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