# -*- coding: utf-8 -*- from .field_data_handler import FieldDataHandler class DataField(FieldDataHandler): def __init__(self): pass