ilyalelechenko / price_bot

Missing class docstring PY-D0002
Documentation
Minor
a year agoa year old
Docstring missing for class Form
 23sites = {'ozon.ru', 'wildberries.ru', 'www.ozon.ru', 'www.wildberries.ru'}
 24
 25
 26class Form(StatesGroup): 27    match = State()
 28
 29