pub mod deltarune;
pub mod site;
pub mod state;
use jacquard_common::{BosStr, CowStr, DefaultStr, FromStaticStr};
pub type GenderFemale<S = DefaultStr> = S;
pub type GenderMale<S = DefaultStr> = S;
pub type GenderNonBinary<S = DefaultStr> = S;
pub type GenderOther<S = DefaultStr> = S;
pub type GenderQuestioning<S = DefaultStr> = S;
pub type PronounsAny<S = DefaultStr> = S;
pub type PronounsHeHim<S = DefaultStr> = S;
pub type PronounsHeThey<S = DefaultStr> = S;
pub type PronounsSheHer<S = DefaultStr> = S;
pub type PronounsSheThey<S = DefaultStr> = S;
pub type PronounsTheyThem<S = DefaultStr> = S;