********************* Web Application (app) ********************* This package contains all the Flask Blueprints that define the application's routes and views. It serves as the primary interface for user interaction. Authentication Blueprint ======================== Forms ----- .. automodule:: kusibot.app.auth.forms :members: Routes ------ .. automodule:: kusibot.app.auth.routes :members: Utils ----- .. automodule:: kusibot.app.auth.utils :members: Chatbot Blueprint ================= Routes ------ .. automodule:: kusibot.app.chatbot.routes :members: Dashboard Blueprint =================== Routes ------ .. automodule:: kusibot.app.dashboard.routes :members: General Blueprint ================= Routes ------ .. automodule:: kusibot.app.general.routes :members: