codeforces_scraper/termforces/__main__.py

7 lines
139 B
Python

from termforces.termforces_shell import termforces_shell
from termforces.cmds import *
if __name__ == '__main__':
termforces_shell()