mung/builtins_code.py
cecilkorik a70737f90f implementing database and VM error handling
added crypt and pbkdf2 libraries for password hashing

--HG--
branch : mung
2015-10-27 14:50:59 -06:00

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()