shopbot/hello.py
2024-12-25 04:30:33 +03:00

5 lines
100 B
Python

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