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