8 lines
191 B
Python
8 lines
191 B
Python
# -*- coding: utf-8 -*-
|
||
"""
|
||
workforce_planner – Modulares Abwesenheits- & Arbeitsplanungspaket.
|
||
Kann als Backend für Desktop (tkinter) und Web (FastAPI) dienen.
|
||
"""
|
||
|
||
__version__ = "0.1.0"
|