Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraCoding committed Sep 13, 2024
1 parent 82f1f8e commit 6ad3a6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
//! # Inka
mod base;
mod header;
mod program;
mod section;

pub use base::Base;
pub use header::Header;
pub use program::{program, Program};
pub use section::Section;

Expand Down

0 comments on commit 6ad3a6d

Please sign in to comment.