buku/bukuserver/__main__.py
2018-04-06 15:07:34 +08:00

6 lines
67 B
Python

from . import server
if __name__ == '__main__':
server.cli()