forked from jiaoly/financial_system
6 lines
131 B
Python
6 lines
131 B
Python
"""Attendance-driven payroll calculator for monthly DingTalk-style summaries."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "0.1.0"
|