# +==== BEGIN display_tty =================+
# LOGO:
# ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .@...........................#@
# @############################.@
# @...........................@.@
# @..#######################..@.@
# @.#########################.@.@
# @.##>_#####################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @..#######################..@.@
# @...........................@.@
# @..+----+______________.....@.@
# @..+....+______________+....@.@
# @..+----+...................@.@
# @...........................@.#
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@#.
# /STOP
# PROJECT: display_tty
# FILE: my_disp.py
# CREATION DATE: 06-11-2025
# LAST Modified: 12:22:40 06-11-2025
# DESCRIPTION:
# A module that allows you to display text with a few boilers (i.e. put your text in a square for titles). It also allows to log to the terminal by wrapping around the logging library.
# @file my_disp.py
# @brief The file in charge of managing the beautified output on the terminal.
# /STOP
# COPYRIGHT: (c) Henry Letellier
# PURPOSE: File in charge of holding the actual disp class.
# // AR
# +==== END display_tty =================+