mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-08-13 19:32:16 +00:00
6 lines
50 B
Python
6 lines
50 B
Python
from abc import ABC
|
|
|
|
|
|
class Client(ABC):
|
|
pass
|