ia-short/wsgi.py
2019-02-24 03:31:30 -05:00

6 lines
69 B
Python

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