risotto/src/risotto/context.py

4 lines
63 B
Python

class Context:
def __init__(self):
self.paths = []