adaption for deployment structure

This commit is contained in:
Florian Förster
2024-12-11 18:15:07 +01:00
parent 38aa0739ad
commit 123869e203
11 changed files with 106 additions and 110 deletions

View File

@@ -1,5 +1,5 @@
from lang_main import BASE_PATH
from lang_main import ROOT_PATH
def test_base_path():
assert BASE_PATH is not None
assert ROOT_PATH is not None