syndicate-py/syndicate/__init__.py

5 lines
185 B
Python
Raw Normal View History

2018-11-20 19:45:27 +00:00
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
2021-08-18 17:35:49 +00:00
# This is 'import *' in order to effectively re-export preserves as part of this module's API.
from preserves import *