feat: module dependencies

This commit is contained in:
2025-09-18 17:54:30 +04:00
parent 1a9dbd857a
commit 8794241541
2 changed files with 5 additions and 3 deletions

View File

@ -9,6 +9,7 @@ class BuiltInModuleSchema(BaseSchema):
label: str
icon_name: str
description: str
depends_on: list["BuiltInModuleSchema"]
# endregion