Open owenwastaken opened 3 months ago
Resolves #96 by adding all imports in __init__.py to the __all__ variable
__init__.py
__all__
Here's Python documentation on the all variable. https://docs.python.org/3/tutorial/modules.html#importing-from-a-package
Resolves #96 by adding all imports in
__init__.py
to the__all__
variable