5 lines
94 B
Python
5 lines
94 B
Python
# this is a namespace package
|
|
import pkg_resources
|
|
|
|
pkg_resources.declare_namespace(__name__)
|