summaryrefslogtreecommitdiffstats
path: root/cli/objects/scopes.py
blob: 0bf3ca82268fb8d710a222f8dc9ac979a09ede8a (plain)
1
2
3
4
5
6
class OgScope():

	@staticmethod
	def list_scopes(rest):
		r = rest.get('/scopes')
		print(r.json())