1
0
mirror of https://git.ikl.sh/132ikl/liteshort.git synced 2023-08-10 21:13:04 +03:00
liteshort/wsgi.py

5 lines
68 B
Python
Raw Normal View History

2019-02-24 11:31:30 +03:00
from liteshort import app
if __name__ == "__main__":
app.run()