예제 #1
0
def run_client():
    from typhoon.client import main
    main()
예제 #2
0
def run_server():
    from typhoon.server import main
    main()