This commit is contained in:
2023-03-04 10:48:49 +01:00
parent e9a848835d
commit 5512ec868c
9 changed files with 97 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
from . import Telefonnummer
from . import Person
from . import Anschrift
__all__ = ['telefonnnummer','person','anschrift']