Cat Feeder
1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
r"""
2
# +==== BEGIN CatFeeder =================+
3
# LOGO:
4
# ..............(..../\
5
# ...............)..(.')
6
# ..............(../..)
7
# ...............\(__)|
8
# Inspired by Joan Stark
9
# source https://www.asciiart.eu/
10
# animals/cats
11
# /STOP
12
# PROJECT: CatFeeder
13
# FILE: __init__.py
14
# CREATION DATE: 11-10-2025
15
# LAST Modified: 14:39:16 19-12-2025
16
# DESCRIPTION:
17
# This is the backend server in charge of making the actual website work.
18
# /STOP
19
# COPYRIGHT: (c) Cat Feeder
20
# PURPOSE: File in charge or referencing the boilerplate classes for the server.
21
# // AR
22
# +==== END CatFeeder =================+
23
"""
24
25
from
.responses
import
BoilerplateResponses
26
from
.incoming
import
BoilerplateIncoming
27
from
.non_web
import
BoilerplateNonHTTP
28
29
__all__ = [
30
"BoilerplateResponses"
,
31
"BoilerplateIncoming"
,
32
"BoilerplateNonHTTP"
33
]
backend
src
libs
boilerplates
__init__.py
Generated on Wed Feb 18 2026 18:56:29 for Cat Feeder by
1.12.0