4 lines
61 B
Python
4 lines
61 B
Python
|
|
__all__ = ["parse_args"]
|
||
|
|
|
||
|
|
from .parse_args import parse_args
|