webssh/run.py

6 lines
69 B
Python

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