Skip to content

tux.main

Entrypoint for the Tux Discord bot application.

Functions:

Name Description
run

Instantiate and run the Tux application.

Classes

Functions

run() -> None

Instantiate and run the Tux application.

Source code in tux/main.py
Python
def run() -> None:
    """Instantiate and run the Tux application."""
    app = TuxApp()
    app.run()