mung/bi_code.py
cecilkorik 25db8c81e0 made pbkdf2 funuctional in python 3
started refactoring other code to work in python 3

--HG--
branch : mung
2019-04-23 16:29:46 -07:00

44 lines
542 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()