Files
2020-01-12 00:51:42 +01:00

5 lines
94 B
Python

try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
pass