#pragma once
#include <filesystem>
#include <optional>
namespace prism {
using path = std::filesystem::path;
}