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

Change class from new-style class to object class

This commit is contained in:
bedilbek 2020-04-28 00:34:52 +05:00
parent d7ebaa5bb3
commit 24deb8a51d

View File

@ -5,7 +5,7 @@ import threading
from telebot import apihelper from telebot import apihelper
class HandlerBackend: class HandlerBackend(object):
""" """
Class for saving (next step|reply) handlers Class for saving (next step|reply) handlers
""" """