issues
search
threedworld-mit
/
tdw
ThreeDWorld simulation environment
BSD 2-Clause "Simplified" License
502
stars
75
forks
source link
PATH type alias
#667
Closed
alters-mit
closed
11 months ago
alters-mit
commented
11 months ago
tdw
module
Added:
type_aliases.PATH
, a type alias for
Union[str, Path]
. Replaced
Union[str, Path]
with
PATH
through TDW's codebase.
tdw
moduletype_aliases.PATH
, a type alias forUnion[str, Path]
. ReplacedUnion[str, Path]
withPATH
through TDW's codebase.