codeforces_scraper/termforces/__main__.py

7 lines
139 B
Python
Raw Normal View History

2023-02-01 14:16:50 +03:00
from termforces.termforces_shell import termforces_shell
from termforces.cmds import *
if __name__ == '__main__':
termforces_shell()