apifrom.main ============ Main module for APIFromAnything. This module contains the main application factory and health check endpoints. .. py:currentmodule:: apifrom.main Overview -------- **Functions** * :py:func:`configure_logging` * :py:func:`create_app` * :py:func:`get_config` Functions --------- .. py:function:: configure_logging() Configure logging for the application. .. py:function:: create_app() Create and configure the FastAPI application. :returns: The configured FastAPI application. .. py:function:: get_config() Get the configuration for the current environment. :returns: The configuration instance for the current environment.