def get( command_name ):
    """Return the command class for the given command-name."""
    return imports.get('commands', command_name)
def get( context_name ):
    return imports.get('contexts', context_name)
Example #3
0
def get(context_name):
    return imports.get("effects", context_name)
def get( gametype_name ):
    return imports.get('gametypes', gametype_name)