# Will be filled in __init__.py.
class_list = {}

def get_class(classname):
    return class_list[classname]