Files
slacker/wsgi.py
T
2025-03-13 17:05:28 -07:00

5 lines
66 B
Python

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