mindnet/app/__init__.py
Lars 179ec4d38b
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s
app/__init__.py aktualisiert
2025-10-07 13:27:09 +02:00

18 lines
330 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
app — mindnet API package
Zweck:
Markiert 'app/' als Python-Paket, damit 'from app.main import create_app'
in Tests und Skripten funktioniert.
Kompatibilität:
Python 3.12+
Version:
0.1.0 (Erstanlage)
Stand:
2025-10-07
Hinweise:
Keine Logik nur Paketinitialisierung.
"""
__version__ = "0.1.0"