mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
5 lines
92 B
Python
5 lines
92 B
Python
from __future__ import unicode_literals
|
|
|
|
ustr = u'Unicode'
|
|
bstr = b'Bytes'
|
|
dstr = 'Default'
|