7 lines
69 B
Python
7 lines
69 B
Python
#!/usr/bin/python
|
|
# coding=UTF-8
|
|
|
|
from cli import *
|
|
|
|
ui = cursesUI()
|