1
2
3
4
5
6
7
8
//! all logic related to building/printing the banner seen when scans start
mod container;
mod entry;

#[cfg(test)]
mod tests;

pub use self::container::{Banner, UPDATE_URL};