Files
2025-04-26 12:40:24 -07:00

5 lines
66 B
Python
Executable File

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