7 lines
81 B
Python
7 lines
81 B
Python
|
|
|
|
def get_tug_simple():
|
|
raise NotImplementedError("unclarified")
|
|
return
|
|
|