// // Created by martial.simon on 2/25/25. // #pragma once #include "path.hh" class UnixPath : public Path { public: UnixPath(); std::string to_string() const override; };