mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-07-28 19:36:49 +00:00
5 lines
49 B
Python
5 lines
49 B
Python
![]() |
from abc import ABC
|
||
|
|
||
|
|
||
|
class Client(ABC):
|
||
|
pass
|