mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
* add multi-range-read for VSIPlugin * Update tests/test_pyopener.py * Add and use abstract base classes in the opener implementation * Silence flake8 --------- Co-authored-by: Sean Gillies <sean.gillies@gmail.com>
4 lines
123 B
Python
4 lines
123 B
Python
"""Abstract base classes."""
|
|
|
|
from rasterio._vsiopener import FileContainer, MultiByteRangeResourceContainer # noqa: F401
|