zele-utils/styles/__Init__.py
2024-09-10 17:40:50 -04:00

6 lines
66 B
Python

from .help import print_help
__all__ = [
'print_help',
]