5 lines
49 B
Python
Raw Normal View History

2023-12-06 17:26:39 +08:00
from abc import ABC
class Client(ABC):
pass