1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update __init__.py

This commit is contained in:
_run
2022-10-07 21:50:51 +04:00
committed by GitHub
parent 96e137f5e6
commit c541533762

View File

@ -12,6 +12,7 @@ from typing import Any, Callable, List, Optional, Union
# these imports are used to avoid circular import error
import telebot.util
import telebot.types
import telebot.formatting
# storage
from telebot.storage import StatePickleStorage, StateMemoryStorage, StateStorageBase