Skip to content
Snippets Groups Projects
__init__.py 136 B
from ._library import *

# gets sphinx autodoc done right - don't remove it
__all__ = [k for k in dir() if not k.startswith('_')]
del k