5 lines
96 B
Python
5 lines
96 B
Python
from blackout_notifier.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|