from epicpath import EpicPath as EPathI 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 EPYou also can access Path from pathlib :
from epicpath import Path # Path class