mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
7 lines
113 B
Python
7 lines
113 B
Python
from .client import Client
|
|
|
|
|
|
class Service:
|
|
def __init__(self, client: Client):
|
|
self.client = client
|