Files
webssh/run.py
2019-04-18 19:39:14 +08:00

6 lines
69 B
Python

from webssh.main import main
if __name__ == '__main__':
main()