5 lines
86 B
Python
5 lines
86 B
Python
""" hs namespace package
|
|
"""
|
|
|
|
__import__('pkg_resources').declare_namespace(__name__)
|