예제 #1
0
파일: runner.py 프로젝트: ponty/abandi
def runners():
    return pluginloader.plugins(hook="runner")
예제 #2
0
def game_sources():
    return pluginloader.plugins(hook='game_source')
예제 #3
0
def runners():
    return pluginloader.plugins(hook='runner')