Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 628 Bytes

File metadata and controls

29 lines (19 loc) · 628 Bytes

Import it

from epicpath import EpicPath as EPath

I actually already created some aliases for you, so you can do all the fallowing imports to get the same object:

from epicpath import EpicPath       # All these 3 imports are the same objects
from epicpath import EPath
from epicpath import EP

You also can access Path from pathlib :

from epicpath import Path   # Path class

Path funcionalities

See the pathlib documention

Example with EpicPath

EpicPath functionalities

EpicPath documentation