class Athena::Framework::Console::Application
inherits Athena::Console::Application
#
Entrypoint for the Athena::Console
integration.
# Require your code
require "./main"
# Run the application
ATH.run_console
Checkout the Getting Started docs for more information.