mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
feat: recreate the global module structure
This commit is contained in:
7
concrete/__init__.py
Normal file
7
concrete/__init__.py
Normal 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
|
||||
3
concrete/numpy/__init__.py
Normal file
3
concrete/numpy/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""
|
||||
Declaration of `concrete.numpy` namespace.
|
||||
"""
|
||||
Reference in New Issue
Block a user