Merge pull request #1747 from coder2020official/master

Update __init__.py
This commit is contained in:
Badiboy 2022-10-07 20:57:49 +03:00 committed by GitHub
commit 0ca8007633
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