예제 #1
0
파일: users.py 프로젝트: Bevaz/OctoPrint
	def __init__(self):
		Identity.__init__(self, "dummy")
예제 #2
0
 def __init__(self):
     Identity.__init__(self, "dummy")
예제 #3
0
 def __init__(self, access_token, auth_type=None):
     Identity.__init__(self, None, auth_type)
     self.access_token = access_token