add script order

This commit is contained in:
IluaAir
2025-10-06 17:59:59 +03:00
parent 774412d5dd
commit fc0a232808

View File

@@ -319,3 +319,6 @@ class CreateDevice(Script):
def run(self, data, commit): def run(self, data, commit):
pass pass
script_order = (CreateTenant, CreateDevice)