mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-12-18 23:40:22 +00:00
6 lines
60 B
Python
6 lines
60 B
Python
|
|
from .. import BaseClient
|
||
|
|
|
||
|
|
|
||
|
|
class Client(BaseClient):
|
||
|
|
pass
|