Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 203 Bytes

USAGE.md

File metadata and controls

14 lines (10 loc) · 203 Bytes
import test

s = test.Test()

res = s.pets.create_pets()

if res is not None:
    # handle response
    pass