mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 18:12:05 +08:00
4ab84b5dc1
* thermald: common min date * add to release files old-commit-hash: d96361970b32a76422dc1acc7a78e5bdd55a4bed
4 lines
73 B
Python
4 lines
73 B
Python
import datetime
|
|
|
|
MIN_DATE = datetime.datetime(year=2023, month=6, day=1)
|