Files
aza/AzA march 2026 - Kopie (4)/workforce_planner/__init__.py
2026-03-30 07:59:11 +02:00

8 lines
191 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.
# -*- coding: utf-8 -*-
"""
workforce_planner Modulares Abwesenheits- & Arbeitsplanungspaket.
Kann als Backend für Desktop (tkinter) und Web (FastAPI) dienen.
"""
__version__ = "0.1.0"