Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Protolaw
/
synplanner_dev
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
synplanner_dev
/
synplan
/
utils
/
__init__.py
Gilmullin Almaz
Refactor code structure for improved readability and maintainability
72a3513
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
from
typing
import
Union
from
os
import
PathLike
path_type =
Union
[
str
, PathLike]