added corporate quarterly announcments for the last 4 years

This commit is contained in:
2025-11-23 16:02:23 +01:00
parent cd3f47d91f
commit 462f7ca672
12 changed files with 1457 additions and 104 deletions

View File

@@ -3,6 +3,7 @@ pub mod types;
pub mod scraper;
pub mod storage;
pub mod update;
pub mod helpers;
pub use types::*;
pub use update::run_full_update;