scrapped_webs/
lib.rs

1pub mod product;
2pub mod scrappable;
3pub mod webs;
4
5pub mod configuration;
6mod helper;