Skip to main content

objectiveai_api/functions/profile_fetcher/
mod.rs

1//! Fetcher for Profile definitions from GitHub.
2
3mod fetcher;
4mod objectiveai;
5
6pub use fetcher::*;
7pub use objectiveai::*;