9 lines
182 B
Python
9 lines
182 B
Python
from .resource import List
|
|
from .resource import Find
|
|
|
|
|
|
class Organization(List, Find):
|
|
"""Organization class wrapping the REST nodes endpoint
|
|
"""
|
|
path = "organizations"
|