Scrython/scrython/catalog/watermarks.py

7 lines
197 B
Python
Raw Normal View History

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