BetterTwitFix/wsgi.py

4 lines
No EOL
65 B
Python

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