import ICalendar from "./iCalendar";
export default class CalendarImpl implements ICalendar {
}
