"""Storage layout."""

from __future__ import annotations


class StorageLayout:
    V1 = "V1"
    V2 = "V2"
