""" CRS Chatbot Entry Point This file imports and runs the Chainlit frontend application """ from frontend.app import * # Chainlit will automatically pick up the decorators from the imported module