mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-07-29 03:52:50 +00:00
5 lines
49 B
Python
5 lines
49 B
Python
from abc import ABC
|
|
|
|
|
|
class Client(ABC):
|
|
pass |