halfapi/tests/dummy_domain/abc/pinnochio/__init__.py
2022-02-10 11:39:29 +01:00

11 lines
170 B
Python

from halfapi.lib import acl
ACLS = {
'GET' : [{'acl':acl.public}]
}
def get():
"""
description:
Not implemented
"""
raise NotImplementedError