2# +==== BEGIN CatFeeder =================+
5# ...............)..(.')
7# ...............\(__)|
8# Inspired by Joan Stark
9# source https://www.asciiart.eu/
14# CREATION DATE: 26-11-2025
15# LAST Modified: 14:46:8 19-12-2025
17# This is the backend server in charge of making the actual website work.
19# COPYRIGHT: (c) Cat Feeder
20# PURPOSE: The module in charge of handling the different types of documentation available.
22# +==== END CatFeeder =================+
25from .docs_handler
import DocumentationHandler
26from .
import docs_constants
as DOCS_CONST
27from .docs_constants
import DocumentationProvider
29DocsHandler = DocumentationHandler
30DOCUMENTATION_CONST = DOCS_CONST
33 "DocumentationHandler",
35 "DOCUMENTATION_CONST",
37 "DocumentationProvider"