mirror of
https://github.com/zrax/pycdc.git
synced 2026-06-23 11:34:07 +00:00
4 lines
114 B
Text
4 lines
114 B
Text
from __future__ import unicode_literals <EOL>
|
|
ustr = 'Unicode' <EOL>
|
|
bstr = b'Bytes' <EOL>
|
|
dstr = 'Default' <EOL>
|