chore(nix_models): migrate import to use exported clan models

This commit is contained in:
Johannes Kirschbauer
2025-05-27 10:27:46 +02:00
parent 8eb2ad6c6d
commit 19dbc0ff73
14 changed files with 223 additions and 132 deletions

View File

@@ -13,7 +13,7 @@ Interacting with 'clan_lib.inventory' is NOT recommended and will be removed
from clan_lib.api import API
from clan_lib.flake import Flake
from clan_lib.nix_models.inventory import Inventory
from clan_lib.nix_models.clan import Inventory
from clan_lib.persist.inventory_store import InventoryStore