api/tags: add init.py for pytest

This commit is contained in:
Johannes Kirschbauer
2025-08-12 13:07:14 +02:00
parent a9d1ff83f2
commit 0ef57bfc8e
2 changed files with 1 additions and 0 deletions

View File

View File

@@ -1,6 +1,7 @@
from collections.abc import Callable
import pytest
from clan_lib.flake import Flake
from clan_lib.persist.inventory_store import InventoryStore
from clan_lib.persist.util import get_value_by_path, set_value_by_path