Closed glourencoffee closed 2 years ago
Export names in __init__.py using the syntax from import * and define __all__ in modules.
__init__.py
from import *
__all__
Description
Export names in
__init__.py
using the syntaxfrom import *
and define__all__
in modules.