from pathlib import Path _core_db_root = Path(__file__).resolve().parents[2] / "db" __path__ = [str(_core_db_root / "db"), str(_core_db_root)]