Spaces:
Runtime error
Runtime error
File size: 73 Bytes
5f5d58c |
1 2 3 4 5 |
from .cli import cli_detect
if __name__ == "__main__":
cli_detect()
|