1
2
3
4
5
6
7
8
//! Relations between the forms.

pub mod attribute;
pub mod flag;

mod relation_form;

pub use relation_form::Relation;