formatting, cleanup

This commit is contained in:
Andreas Koepf 2025-01-24 17:12:42 +01:00
parent 49ac56831f
commit 5c5d46b4bd
12 changed files with 189 additions and 376 deletions

View file

@ -0,0 +1,11 @@
from .family_relationships import (
FamilyRelationshipsDataset,
FamilyRelationshipsConfig,
family_relationships_dataset
)
__all__ = [
"FamilyRelationshipsDataset",
"FamilyRelationshipsConfig",
"family_relationships_dataset"
]