1
0
Fork 0
mirror of synced 2024-07-17 20:36:10 +12:00
appwrite/app/sdks/server-python/appwrite/service.py
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