4 lines
74 B
Python
4 lines
74 B
Python
from typing import Dict, NewType
|
|
|
|
TelegramID = NewType('TelegramID', int)
|
from typing import Dict, NewType
|
|
|
|
TelegramID = NewType('TelegramID', int)
|