summaryrefslogtreecommitdiff
path: root/src/leap/bitmask_js/__init__.py
blob: d407605e196e82ed7d240fa1715287c84f32740f (plain)
1
2
3
4
5
try:
    __import__('pkg_resources').declare_namespace(__name__)
except ImportError:
    from pkgutil import extend_path
    __path__ = extend_path(__path__, __name__)