shopbot/hello.py

5 lines
92 B
Python
Raw Normal View History

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