import { EthioDate } from "./ethio-date";

const date = new Date(2025, 6, 3, 8, 15, 0);
const ethiopianDate = EthioDate.fromDate(date);

console.log(ethiopianDate);
