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