This commit is contained in:
Trinh Anh Ngoc
2020-03-21 22:03:55 +07:00
parent 5be35c2c40
commit 8fa2b0f257
7 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)