2# +==== BEGIN CatFeeder =================+
5# ...............)..(.')
7# ...............\(__)|
8# Inspired by Joan Stark
9# source https://www.asciiart.eu/
14# CREATION DATE: 11-10-2025
15# LAST Modified: 20:55:1 12-01-2026
17# This is the backend server in charge of making the actual website work.
19# COPYRIGHT: (c) Cat Feeder
20# PURPOSE: The constants file in charge of storing the constants for the endpoints.
22# +==== END CatFeeder =================+
24from typing
import Tuple
25from display_tty
import Disp, initialise_logger
26from ..config
import TOMLLoader
29IDISP: Disp = initialise_logger(
"Endpoint Constants",
False)
35TEST_ENABLE_TESTING_ENDPOINTS = TOML.get_toml_variable(
36 "Test",
"enable_testing_endpoints",
False
39WORDS: Tuple[str, ...] = ()
42DEFAULT_NAME_WORD_COUNT: int = 4
43DEFAULT_NAME_LENGTH: int = 12
44DEFAULT_NAME_LINK_CHARACTER: str =
"-"