#!/usr/bin/env python from aoc import get_input data = get_input(1).splitlines() print(data)