コード例 #1
0
def get( command_name ):
    """Return the command class for the given command-name."""
    return imports.get('commands', command_name)
コード例 #2
0
def get( context_name ):
    return imports.get('contexts', context_name)
コード例 #3
0
ファイル: __init__.py プロジェクト: sqrl/Ultra-Relay-Battle
def get(context_name):
    return imports.get("effects", context_name)
コード例 #4
0
def get( gametype_name ):
    return imports.get('gametypes', gametype_name)