extract AA CLI arg to constants

This commit is contained in:
msramalho
2025-04-03 19:41:31 +01:00
parent 34af1a77ae
commit 65d63b3770
3 changed files with 7 additions and 4 deletions

View File

@@ -2,3 +2,6 @@
STATUS_FAILURE = "FAILURE"
STATUS_PENDING = "PENDING"
STATUS_SUCCESS = "SUCCESS"
# AA CLI CONFIGS
SHEET_ID = "--gsheet_feeder_db.sheet_id"