Files
gallery/gallery/painting/matchtv/mock/__init__.py

6 lines
129 B
Python

from pathlib import Path
from gallery.sketch.mock import MockData
MATCHTV_MOCK_DATA = MockData(Path(__file__).parent / "data")