diff options
Diffstat (limited to 'src/models.rs')
-rw-r--r-- | src/models.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/models.rs b/src/models.rs index 40d910c..fc45d88 100644 --- a/src/models.rs +++ b/src/models.rs @@ -19,3 +19,7 @@ pub mod film; pub mod room; pub mod screening; + +pub use film::{Film, NewFilm}; +pub use room::Room; +pub use screening::{NewScreening, Screening}; |