Files
auto-git/run.py

6 lines
107 B
Python

from git_monitor.main import Application
if __name__ == "__main__":
app = Application()
app.run()