shopbot/hello.py
2024-12-24 21:08:03 +03:00

5 lines
92 B
Python

from bot.getters.filters import FilterType
for x in FilterType:
print(x.name, x.value)