This repository has been archived on 2021-03-28. You can view files and clone it, but cannot push or open issues/pull-requests.
frank/frank/modules/__init__.py

7 lines
57 B
Python

from .help import HelpMod
__all__ = [
"HelpMod",
]