template-python/app/__init__.py
Adam Skotarczak 39aacfa931 Initialer stabiler Stand
- Bootstrap mit .venv-Autoinstall und Relaunch
- Logging-Modul mit Loglevel-Fallback und optionaler Rotation
- .env-Support via python-dotenv
- Beispielstruktur für portable Python-Apps
- Umfangreiche README mit Anleitung und Logging-Kapitel
- .env.example enthalten
- VS Code-Tasks integriert
2025-04-23 12:05:52 +02:00

9 lines
181 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Hier liegen die Dateien für die primäre Logik der Anwendung
Diese Information hier stammt aus der datei ./app/__init__.py
"""