6 lines
51 B
Python
6 lines
51 B
Python
|
#!/usr/bin/env python3.7
|
||
|
|
||
|
from . import cli
|
||
|
|
||
|
cli()
|