mirror of
https://github.com/knejadshamsi/zele-utils.git
synced 2024-11-14 17:40:28 -05:00
6 lines
66 B
Python
6 lines
66 B
Python
|
from .help import print_help
|
||
|
|
||
|
__all__ = [
|
||
|
'print_help',
|
||
|
]
|