10 lines
158 B
Python
10 lines
158 B
Python
from halfapi.lib import acl
|
|
|
|
@acl.ACL([{'acl':acl.public}])
|
|
def get():
|
|
"""
|
|
description:
|
|
Not implemented
|
|
"""
|
|
raise NotImplementedError
|