0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2025-10-10 22:20:39 +03:00
This commit is contained in:
2024-07-10 11:28:42 +03:00
parent f9f6eaad0d
commit 3295d4acec
81 changed files with 261 additions and 163 deletions

View File

@@ -4,9 +4,9 @@ from pathlib import Path
def main():
pwd = Path().cwd()
dir_core = pwd / "src" / "core"
dir_modules_standard = pwd / "src" / "modules" / "standard"
dir_modules_custom = pwd / "src" / "modules" / "custom"
dir_core = pwd / "src" / "ocab_core"
dir_modules_standard = pwd / "src" / "ocab_modules" / "standard"
dir_modules_custom = pwd / "src" / "ocab_modules" / "custom"
json = {
"core": str(dir_core),