Spaces:
Running
Running
| import click | |
| from . import _version | |
| from .commands import command_functions | |
| def _main() -> None: | |
| pass | |
| for command in command_functions: | |
| _main.add_command(command) | |
| _main() | |