Files

8 lines
191 B
Python
Raw Permalink Normal View History

2026-03-25 22:03:39 +01:00
# -*- coding: utf-8 -*-
"""
workforce_planner Modulares Abwesenheits- & Arbeitsplanungspaket.
Kann als Backend für Desktop (tkinter) und Web (FastAPI) dienen.
"""
__version__ = "0.1.0"