__author__ = 'chunk' __all__ = ['FeatureBase'] class FeatureBase(object): def __init__(self): pass def feat(self, image): pass