feat: recreate the global module structure

This commit is contained in:
Umut
2022-04-04 13:26:34 +02:00
parent 3239a147e6
commit 11fcaadb9f
2 changed files with 10 additions and 0 deletions

7
concrete/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Declaration of `concrete` namespace.
"""
# Do not modify, this is to have a compatible namespace package
# https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkg-resources-style-namespace-packages
__import__("pkg_resources").declare_namespace(__name__) # pragma: no cover

View File

@@ -0,0 +1,3 @@
"""
Declaration of `concrete.numpy` namespace.
"""