mirror of
https://github.com/langgenius/dify.git
synced 2026-02-01 16:41:58 +08:00
3 lines
94 B
Python
3 lines
94 B
Python
ARCHIVE_SCHEMA_VERSION = "1.0"
|
|
ARCHIVE_BUNDLE_NAME = f"archive.v{ARCHIVE_SCHEMA_VERSION}.zip"
|