webssh/run.py

5 lines
68 B
Python

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