1
2
3
4
5
mod graphic;
mod paint;

use graphic::Graphics;
pub use paint::{init_paint, move_rect, reset};