3 lines
73 B
Python
3 lines
73 B
Python
|
|
from typing import Literal
|
||
|
|
|
||
|
|
Granularity = Literal["hour", "day", "month"]
|