This commit is contained in:
Simon
2026-05-21 13:02:26 +00:00
committed by ForgeCode
parent 07154d50de
commit 8ca1df8f5a
3 changed files with 649 additions and 0 deletions

View File

@@ -326,6 +326,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "thepornbunny",
ty: "ThepornbunnyProvider",
},
ProviderDef {
id: "eporner",
module: "eporner",
ty: "EpornerProvider",
},
];
fn main() {