mirror of
https://github.com/OpenSPG/openspg.git
synced 2026-01-12 07:14:36 +00:00
6 lines
50 B
Python
6 lines
50 B
Python
from abc import ABC
|
|
|
|
|
|
class Client(ABC):
|
|
pass
|