mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 11:49:50 +00:00
6 lines
69 B
Python
6 lines
69 B
Python
from webssh.main import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|