Skip to content
Snippets Groups Projects
main.py 320 B
Newer Older
  • Learn to ignore specific revisions
  • """This is the PWS application initializer."""
    
    
    def create_app() -> FastAPI:
        """Initialize and configure the FastAPI application.
    
        Returns:
            FastAPI: The configured and initialized FastAPI application.
        """