5 lines
92 B
Python
5 lines
92 B
Python
|
from bot.getters.filters import FilterType
|
||
|
|
||
|
for x in FilterType:
|
||
|
print(x.name, x.value)
|