mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Merge pull request #1747 from coder2020official/master
Update __init__.py
This commit is contained in:
commit
0ca8007633
@ -12,6 +12,7 @@ from typing import Any, Callable, List, Optional, Union
|
|||||||
# these imports are used to avoid circular import error
|
# these imports are used to avoid circular import error
|
||||||
import telebot.util
|
import telebot.util
|
||||||
import telebot.types
|
import telebot.types
|
||||||
|
import telebot.formatting
|
||||||
|
|
||||||
# storage
|
# storage
|
||||||
from telebot.storage import StatePickleStorage, StateMemoryStorage, StateStorageBase
|
from telebot.storage import StatePickleStorage, StateMemoryStorage, StateStorageBase
|
||||||
|
Loading…
Reference in New Issue
Block a user