Files
appwrite/app/sdks/server-python/appwrite/service.py
T
2020-02-23 20:09:34 +02:00

7 lines
113 B
Python

from .client import Client
class Service:
def __init__(self, client: Client):
self.client = client