Implemented the full clean rewrite for Gitea
This commit is contained in:
4
src/blackout_notifier/__main__.py
Normal file
4
src/blackout_notifier/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from blackout_notifier.cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user