K
Size: a a a
K
Кх
ИС
m
ИС
from __future__ import annotations
import typing
if typing.TYPE_CHECKING:
from bot import Bot
class Telegram():
@property
def bot(self) -> Bot:
...
m
from __future__ import annotations
import typing
if typing.TYPE_CHECKING:
from bot import Bot
class Telegram():
@property
def bot(self) -> Bot:
...
ZE
ZE