s2d2
latest
Library
main classes
generic functions
handling formats and specifics
look at consistency
Background
Acronyms
API Reference
s2d2
Module code
s2d2.typing
Source code for s2d2.typing
import
os
from
typing
import
Union
[docs]
Path
=
Union
[
str
,
os
.
PathLike
]