Package template_python_library
This docstring is used to describe the purpose of the package.
This will showup on the first page of the pdoc documentation, and should be adjusted as you best see fit.
Expand source code
"""
This docstring is used to describe the purpose of the package.
This will showup on the first page of the pdoc documentation,
and should be adjusted as you best see fit.
"""
from .main import *
__version__ = "0.0.1"
Sub-modules
template_python_library.main