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: 22-11-2025
15
# LAST Modified: 17:36:41 07-01-2026
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: The file in charge of providing an api view that allows it to only expose the classes we desire from the folder.
21
# // AR
22
# +==== END CatFeeder =================+
23
"""
24
from
.final_class
import
FinalClass
25
from
.final_singleton_class
import
FinalSingleton
26
from
.runtime_controls
import
RuntimeControl
27
from
.runtime_manager
import
RuntimeManager, RI
28
from
.server_management
import
ServerManagement
29
30
__all__ = [
31
"FinalClass"
,
32
"FinalSingleton"
,
33
"RuntimeControl"
,
34
"RuntimeManager"
,
35
"RI"
,
36
"ServerManagement"
37
]
backend
src
libs
core
__init__.py
Generated on Wed Feb 18 2026 18:56:29 for Cat Feeder by
1.12.0