7 lines
83 B
Python
7 lines
83 B
Python
#!/usr/bin/env python3
|
|
|
|
from tvms import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli()
|