Scrython/scrython/catalog/loyalties.py

7 lines
194 B
Python
Raw Normal View History

2018-02-17 01:43:56 +00:00
from .catalogs_object import CatalogsObject
class Loyalties(CatalogsObject):
def __init__(self):
self._url = 'catalog/loyalties?'
super(Loyalties, self).__init__(self._url)