ensuring that slides can be created by different things

This commit is contained in:
Chris Cochrun 2024-10-08 06:18:26 -05:00
parent 887fc733e7
commit 8f065380aa
7 changed files with 270 additions and 50 deletions

View file

@ -91,5 +91,4 @@ pub trait Modeling {
#[cfg(test)]
mod test {
use super::*;
}