5 lines
81 B
Python
5 lines
81 B
Python
![]() |
class idManager():
|
||
|
|
||
|
def getLevels(self,ip):
|
||
|
return ["test1","test2"]
|