From c541533762eaa8831fee71cebe11c951b8fecd94 Mon Sep 17 00:00:00 2001 From: _run Date: Fri, 7 Oct 2022 21:50:51 +0400 Subject: [PATCH] Update __init__.py --- telebot/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telebot/__init__.py b/telebot/__init__.py index de1b712..51b8d9f 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -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