Source code for highton.fields.string_field

from highton.fields.field import Field


[docs]class StringField(Field): pass