Commit 66338ec1 authored by Jack Jansen's avatar Jack Jansen

New class syntax

parent eb6b33a8
......@@ -130,7 +130,7 @@ def instantiate_converter(args):
args.append(cl.convert)
return args
class RtConverters():
class RtConverters:
def init(self, list):
self.list = list
return self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment