PDMI/wsgy.py
2019-04-29 22:33:38 +02:00

5 lines
89 B
Python

from PDMI import server as application
if __name__ == "__main__":
application.run()