zele-utils/styles/__Init__.py

6 lines
66 B
Python
Raw Normal View History

2024-09-10 17:40:50 -04:00
from .help import print_help
__all__ = [
'print_help',
]