Initial deploy setup
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-21 14:00:00 +02:00
commit b8091e59bd
285 changed files with 27854 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env python
from __future__ import annotations
from backlog import main
if __name__ == "__main__":
raise SystemExit(main(["validate"]))