diff options
Diffstat (limited to 'lang/python/src/constants/data/__init__.py')
-rw-r--r-- | lang/python/src/constants/data/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/python/src/constants/data/__init__.py b/lang/python/src/constants/data/__init__.py new file mode 100644 index 00000000..8274ab91 --- /dev/null +++ b/lang/python/src/constants/data/__init__.py @@ -0,0 +1,6 @@ + +from __future__ import absolute_import, print_function, unicode_literals +del absolute_import, print_function, unicode_literals + +from . import encoding +__all__ = ['encoding'] |