예제 #1
0
def get_data_per_month(date: tuple) -> list:
    handler = RequestHandler()
    return handler.request(year=date[0], month=date[1])