fix: harden alerts and backup deployment guard
All checks were successful
CD Pipeline / deploy (push) Successful in 1m4s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m4s
This commit is contained in:
7
backup_system.py
Normal file
7
backup_system.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Repository-root entrypoint for the MOMO Pro source backup tool."""
|
||||
|
||||
from scripts.tools.backup_system import create_backup
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
create_backup()
|
||||
Reference in New Issue
Block a user