dummy_vision_objects.py 225 Bytes
Newer Older
1
2
3
4
5
6
7
# This file is autogenerated by the command `make fix-copies`, do not edit.
from ..file_utils import requires_vision


class ImageFeatureExtractionMixin:
    def __init__(self, *args, **kwargs):
        requires_vision(self)