Files
HowBadIsMyBatch/src/GoogleAnalytics/Resolution.py
2023-10-03 23:37:34 +02:00

7 lines
77 B
Python

from enum import Enum
class Resolution(Enum):
CITY = 1
COUNTRY = 2