6 lines
67 B
Python
6 lines
67 B
Python
from . import server
|
|
|
|
|
|
if __name__ == '__main__':
|
|
server.cli()
|