summaryrefslogtreecommitdiff
path: root/ricky/param/string.py
diff options
context:
space:
mode:
Diffstat (limited to 'ricky/param/string.py')
-rw-r--r--ricky/param/string.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ricky/param/string.py b/ricky/param/string.py
index 10e289a..ba1fc26 100644
--- a/ricky/param/string.py
+++ b/ricky/param/string.py
@@ -1,4 +1,5 @@
from ricky.param import Param
+
class String(Param):
def __init__(self, **kwargs):
super(String, self).__init__(**kwargs)