syndicate-py/syndicate/__init__.py

7 lines
206 B
Python

__path__ = __import__('pkgutil').extend_path(__path__, __name__)
# This is 'import *' in order to effectively re-export preserves as part of this module's API.
from preserves import *
from . import relay