risotto/src/risotto/utils.py

10 lines
77 B
Python
Raw Permalink Normal View History

2019-11-28 14:50:53 +01:00
class Undefined:
pass
def _(s):
return s
undefined = Undefined()