Version 0.1.0
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
39b8a98bc2
commit
d6d9b07a99
1 changed files with 3 additions and 1 deletions
|
|
@ -7,4 +7,6 @@ Der Schnitt (siehe CLAUDE.md) ist auch in der Paketstruktur sichtbar:
|
|||
|
||||
from .modell import Angebot, FetchErgebnis, KategorisiertesAngebot
|
||||
|
||||
__all__ = ["Angebot", "FetchErgebnis", "KategorisiertesAngebot"]
|
||||
__version__ = "0.1.0"
|
||||
|
||||
__all__ = ["Angebot", "FetchErgebnis", "KategorisiertesAngebot", "__version__"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue