7 lines
139 B
Python
7 lines
139 B
Python
from termforces.termforces_shell import termforces_shell
|
|
from termforces.cmds import *
|
|
|
|
|
|
if __name__ == '__main__':
|
|
termforces_shell()
|