mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-22 16:42:07 +08:00
d96361970b
* thermald: common min date * add to release files
4 lines
73 B
Python
4 lines
73 B
Python
import datetime
|
|
|
|
MIN_DATE = datetime.datetime(year=2023, month=6, day=1)
|