mirror of https://github.com/huashengdun/webssh
6 lines
69 B
Python
6 lines
69 B
Python
|
from webssh.main import main
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|