export class NanikaCalendarPluginDirectory extends NanikaContainerDirectory {
  /** profile のファイルパス */
  profile() {
    return this.new("profile/calendar.plugin.profile.json");
  }