1
2
3
4
5
//! Not sure if we need it at all

pub enum TransitionContext {
    Todo,
}