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