1 2 3 4 5
from ricky.param import Param class String(Param): def __init__(self, **kwargs): super(String, self).__init__(**kwargs)