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

6 lines
133 B
Python

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