import Path from './Path' export default class InversePath extends Path { getPathString () : string { return 'inversePath' } }