micropython-lib/python-stdlib/__future__/__future__.py

9 wiersze
165 B
Python
Czysty Zwykły widok Historia

nested_scopes = True
generators = True
division = True
absolute_import = True
with_statement = True
2015-05-08 22:42:17 +00:00
print_function = True
unicode_literals = True
annotations = True