Spaces:
Running
Running
| """Strict transport schemas for the generation foundation.""" | |
| from app.generation.schemas.requests import ( | |
| GenerationJobView, | |
| GenerationProviderView, | |
| GenerationRequestCreate, | |
| GenerationRequestView, | |
| WanGenerationOptions, | |
| ) | |
| __all__ = [ | |
| "GenerationJobView", | |
| "GenerationProviderView", | |
| "GenerationRequestCreate", | |
| "GenerationRequestView", | |
| "WanGenerationOptions", | |
| ] | |