This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Twxtter-main/wsgi.py

4 lines
65 B
Python
Raw Normal View History

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