chore: move dependencies, add more tests

This commit is contained in:
2025-12-05 11:21:41 +01:00
parent 8455322af4
commit 30e4cded8f
10 changed files with 608 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
from .schemas.api_types import (
ALMASchema,
DNBSchema,
HBZSchema,
HebisSchema,
@@ -89,5 +90,3 @@ class HBZ(_Api):
self.prefix = HBZSchema.ARGSCHEMA.value
self.library_identifier = HBZSchema.LIBRARY_NAME_LOCATION_FIELD.value
super().__init__(self.site, self.url, self.prefix, self.library_identifier)