Skip to content
Snippets Groups Projects
__init__.py 106 B
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]