summaryrefslogtreecommitdiff
path: root/src/database.rs
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-05-10 10:15:56 -0500
committerDaniel Hader <[email protected]>2026-05-10 10:15:56 -0500
commita005add5513182abb0b1230cf514c7a45b290e4b (patch)
tree5fb5c249d8828ba62f4ae91cbe0e8b5a440be570 /src/database.rs
database with problem model
Diffstat (limited to 'src/database.rs')
-rw-r--r--src/database.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database.rs b/src/database.rs
new file mode 100644
index 0000000..8853557
--- /dev/null
+++ b/src/database.rs
@@ -0,0 +1,2 @@
+pub mod database;
+pub mod problem;