make mod public

This commit is contained in:
yggverse 2024-10-18 20:53:15 +03:00
parent b298e02bc4
commit db63835af7

View file

@ -1,4 +1,4 @@
mod line;
pub mod line;
#[cfg(test)]
mod tests {