Ejemplo n.º 1
0
    def __init__(self):
        self.filename = get_file_name()
        self.network = []
        self.position = {'x': 0, 'y': 0}
        self.direction = 'DOWN'

        self.load_input()
Ejemplo n.º 2
0
def main():
    processor = Processor(get_file_name())
    print(processor.process())
Ejemplo n.º 3
0
 def __init__(self):
     self.filename = get_file_name()
Ejemplo n.º 4
0
def main():
    processor = Processor(get_file_name())
    print(processor.calculate_checksum())