Ejemplo n.º 1
0
def steamgrid_get_images(game_id):
    return STEAMGRID_HANDLER.get_images(game_id)
Ejemplo n.º 2
0
def steamgrid_search(search_string):
    return STEAMGRID_HANDLER.search_games(search_string)