#ifndef Calendar_D_H
#define Calendar_D_H

#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"





typedef struct Calendar Calendar;




#endif // Calendar_D_H
