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