Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
backend.src.server_main Namespace Reference

Data Structures

class  Main
 

Variables

 MI
 

Detailed Description

# +==== BEGIN CatFeeder =================+
# LOGO:
# ..............(..../\
# ...............)..(.')
# ..............(../..)
# ...............\‍(__)|
# Inspired by Joan Stark
# source https://www.asciiart.eu/
# animals/cats
# /STOP
# PROJECT: CatFeeder
# FILE: server_main.py
# CREATION DATE: 11-10-2025
# LAST Modified: 22:21:9 14-01-2026
# DESCRIPTION:
# This is the backend server in charge of making the actual website work.
# /STOP
# COPYRIGHT: (c) Cat Feeder
# PURPOSE: The file allowing the server to be run as a standalone.
# // AR
# +==== END CatFeeder =================+

Variable Documentation

◆ MI

backend.src.server_main.MI
Initial value:
1= Main(
2 success=CONST.SUCCESS,
3 error=CONST.ERROR
4 )

Definition at line 157 of file server_main.py.