Relocate all files into separate module

This commit is contained in:
elvis
2025-08-17 01:25:35 +02:00
parent 4816c8af25
commit c27610877d
7 changed files with 209 additions and 215 deletions

View File

@ -503,7 +503,7 @@ pub fn bisimilar(
system_b: String
) -> Result<String, String>
{
use super::assert::AssertReturnValue;
use super::structure::assert::AssertReturnValue;
let system_b = read_file(system_a.get_translator(),
system_b.to_string(),