risotto/src/risotto/context.py

4 lines
63 B
Python
Raw Normal View History

2019-11-28 14:50:53 +01:00
class Context:
def __init__(self):
self.paths = []