nightr/server/nightr/__main__.py
2019-04-06 01:16:02 +02:00

5 lines
65 B
Python

if __name__ == "__main__":
from .app import main
main()