6 lines
122 B
Python
6 lines
122 B
Python
from catalog.common import *
|
|
|
|
|
|
class Collection(Item):
|
|
category = ItemCategory.Collection
|
|
url_path = 'collection'
|