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
Raw Normal View History

2020-08-26 13:10:47 +02:00
from .help import HelpMod
__all__ = [
"HelpMod",
2020-08-26 13:10:47 +02:00
]