Separate Dependency Initializations

This commit is contained in:
GreenComfyTea
2023-08-05 11:24:26 +03:00
parent 30672922c4
commit 4bdb4ee2e6
52 changed files with 284 additions and 72 deletions

View File

@@ -413,6 +413,9 @@ function this.unicode.sub(str, i, j)
return string.sub(str, i, b + c - 1);
end
function this.init_dependencies()
end
function this.init_module()
end