8 lines
141 B

from gooey.gui.components.widgets.textfield import TextField
__ALL__ = ('CommandField',)
class CommandField(TextField):
pass