/examples/dynamictable/SchoolCalendarService.py
Python | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 176dbffadb7ef7cb2a44f1decea4ee96 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
- from JSONService import JSONProxy
- class SchoolCalendarService(JSONProxy):
- def __init__(self):
- JSONProxy.__init__(self, "SchoolCalendarService.php", ["getPeople"])