This commit is contained in:
2023-11-26 12:47:16 +01:00
parent 3b494dd83a
commit e007d98985
6 changed files with 215 additions and 210 deletions

View File

@@ -5,8 +5,8 @@ from typing import Any
from pydantic import AnyUrl, BaseModel, validator
from pydantic.tools import parse_obj_as
from ..clan_types import validate_path
from ..dirs import clan_data_dir, clan_flakes_dir
from ..types import validate_path
DEFAULT_URL = parse_obj_as(AnyUrl, "http://localhost:8000")