Update __init__.py

This commit is contained in:
_run 2022-10-07 21:50:51 +04:00 committed by GitHub
parent 96e137f5e6
commit c541533762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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