Skip to content

Commit

Permalink
feat(framework) Add FAB constants (#4303)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Oct 8, 2024
1 parent fcd20f6 commit a0775af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/py/flwr/common/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@

# Constants for FAB
APP_DIR = "apps"
FAB_ALLOWED_EXTENSIONS = {".py", ".toml", ".md"}
FAB_CONFIG_FILE = "pyproject.toml"
FAB_DATE = (2024, 10, 1, 0, 0, 0)
FAB_HASH_TRUNCATION = 8
FLWR_HOME = "FLWR_HOME"

# Constants entries in Node config for Simulation
Expand Down

0 comments on commit a0775af

Please sign in to comment.