1
2
3
4
5
6
7
extern crate protobuf;
extern crate neon_serde3;
pub mod translations;

pub use prompt_graph_core::proto::{ChangeValue, Path, SerializedValue};
pub use prompt_graph_core::proto::serialized_value::Val;
pub use prompt_graph_core::proto::*;