44 lines
541 B
Python
Executable file
44 lines
541 B
Python
Executable file
|
|
class builtin_functions(object):
|
|
def __init__(self):
|
|
pass
|
|
|
|
@staticmethod
|
|
def serverlog(vm, args):
|
|
print "server_log: %s" % (args,)
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
@staticmethod
|
|
def create(vm, args):
|
|
pass
|
|
|
|
|
|
bi = builtin_functions()
|
|
|