webssh/run.py

6 lines
69 B
Python
Raw Normal View History

2019-04-18 11:39:14 +00:00
from webssh.main import main
if __name__ == '__main__':
main()