mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-17 08:01:20 -05:00
8 lines
292 B
Python
8 lines
292 B
Python
"""
|
|
Setup 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
|