buku/bukuserver/__main__.py

6 lines
67 B
Python
Raw Normal View History

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