1
0
Fork 0
mirror of synced 2024-08-21 05:02:07 +12:00
appwrite/app/sdks/python/docs/examples/avatars/get-flag.md
2020-01-28 15:29:26 +02:00

205 B

from appwrite.client import Client from appwrite.services.avatars import Avatars

client = Client()

(client .set_project('') .set_key('') )

avatars = Avatars(client)

result = avatars.get_flag('af')