Add WSGI components and README

This commit is contained in:
132ikl 2019-02-24 03:31:30 -05:00
parent c570200b2f
commit 9d424a8959
8 changed files with 60 additions and 15 deletions

5
wsgi.py Normal file
View file

@ -0,0 +1,5 @@
from liteshort import app
if __name__ == "__main__":
app.run()