- 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
9 lines
181 B
Python
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
|
|
"""
|