BetterTwitFix/wsgi.py

4 lines
65 B
Python
Raw Normal View History

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