Source code for swak.pl.io.types
from typing import Literal
from enum import StrEnum
type LiteralLazyStorage = Literal['file', 's3', 'gs', 'az', 'hf']
from typing import Literal
from enum import StrEnum
type LiteralLazyStorage = Literal['file', 's3', 'gs', 'az', 'hf']