mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-18 06:10:30 +02:00
Added groupmode const
This commit is contained in:
10
creyPY/const/groups.py
Normal file
10
creyPY/const/groups.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
import enum
|
||||||
|
|
||||||
|
|
||||||
|
class GroupMode(str, enum.Enum):
|
||||||
|
Minute = "1m"
|
||||||
|
Hour = "1h"
|
||||||
|
Day = "1d"
|
||||||
|
Week = "7d"
|
||||||
|
Month = "1mo"
|
||||||
|
Year = "1y"
|
||||||
0
creyPY/fastapi/__init__.py
Normal file
0
creyPY/fastapi/__init__.py
Normal file
Reference in New Issue
Block a user