Closed zsol closed 2 years ago
Packages are represented by directories with __init__.py in them. This __init__.py is mapped to a module that's named exactly like the package.
__init__.py
Fixes #9
Packages are represented by directories with
__init__.py
in them. This__init__.py
is mapped to a module that's named exactly like the package.Fixes #9