|
Cat Feeder
1.0.0
The Cat feeder project
|
Variables | |
| Path | LOG_PATH = Path(__file__).parent.parent |
| bool | MERGE_STREAMS |
| INSTANCE | |
| str | SERVER_NAME = "CatFeeder" |
| Disp | IDISP = initialise_logger(f"'{SERVER_NAME}'", False) |
| MI | |
| STATUS = CONST.ERROR | |
# +==== BEGIN CatFeeder =================+ # LOGO: # ..............(..../\ # ...............)..(.') # ..............(../..) # ...............\(__)| # Inspired by Joan Stark # source https://www.asciiart.eu/ # animals/cats # /STOP # PROJECT: CatFeeder # FILE: __main__.py # CREATION DATE: 11-10-2025 # LAST Modified: 14:53:47 19-12-2025 # DESCRIPTION: # This is the backend server in charge of making the actual website work. # /STOP # COPYRIGHT: (c) Cat Feeder # PURPOSE: The file in charge of allowing the files in this folder to be run as is, without any issues. # // AR # +==== END CatFeeder =================+
| Disp backend.src.__main__.IDISP = initialise_logger(f"'{SERVER_NAME}'", False) |
Definition at line 51 of file __main__.py.
| backend.src.__main__.INSTANCE |
Definition at line 39 of file __main__.py.
| Path backend.src.__main__.LOG_PATH = Path(__file__).parent.parent |
Definition at line 34 of file __main__.py.
| bool backend.src.__main__.MERGE_STREAMS |
Definition at line 35 of file __main__.py.
| backend.src.__main__.MI |
Definition at line 77 of file __main__.py.
| str backend.src.__main__.SERVER_NAME = "CatFeeder" |
Definition at line 48 of file __main__.py.
| backend.src.__main__.STATUS = CONST.ERROR |
Definition at line 84 of file __main__.py.