AlexNijjar's picture
List coldkey
20dfdf1
raw
history blame contribute delete
211 Bytes
from datetime import datetime
from typing import TypeAlias
from zoneinfo import ZoneInfo
TIMEZONE = ZoneInfo("America/Los_Angeles")
START_DATE = datetime(2024, 11, 9)
Uid: TypeAlias = int
Key: TypeAlias = str