6 lines
133 B
Python
6 lines
133 B
Python
from pathlib import Path
|
|
|
|
from gallery.sketch.mock import MockData
|
|
|
|
OPENWEATHER_MOCK_DATA = MockData(Path(__file__).parent / "data")
|