shopbot/hello.py

5 lines
100 B
Python
Raw Normal View History

2024-12-25 01:30:33 +00:00
from shopbot.bot.getters.filters import FilterType
2024-12-24 18:08:03 +00:00
for x in FilterType:
print(x.name, x.value)