6 lines
77 B
Python
6 lines
77 B
Python
from .cli import cli
|
|
|
|
__all__ = ["cli"]
|
|
|
|
if __name__ == "__main__":
|
|
cli() |