simple check if file runs

This commit is contained in:
simplypower-bbj
2023-06-25 20:34:30 +02:00
parent 28b4275e3d
commit 034e40cfbe
+13
View File
@@ -0,0 +1,13 @@
"""
Run tasks based on webhooks configured in Gitea.
Command-line optinos:
--debug, -d Send more detailed log output to console.
"""
from pathlib import Path
from os import X_OK
if __name__ == '__main__':
assert Path(__file__).exists()