6 lines
107 B
Python
6 lines
107 B
Python
from git_monitor.main import Application
|
|
|
|
if __name__ == "__main__":
|
|
app = Application()
|
|
app.run()
|