Scrython/scrython/catalog/powers.py

7 lines
185 B
Python
Raw Normal View History

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