Cat Feeder
1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
"""
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: 15-01-2026
15
# LAST Modified: 6:14:27 15-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 folder used to contain the code for the different format scenarios to be used for conversion.
21
# // AR
22
# +==== END CatFeeder =================+
23
"""
24
25
from
.aliases
import
PILLOW_FORMAT_ALIASES
26
from
.font_to_font
import
FontToFont
27
from
.bytes_to_base
import
BytesToBase
28
from
.video_to_video
import
VideoToVideo
29
from
.audio_to_audio
import
AudioToAudio
30
from
.archive_to_archive
import
ArchiveToArchive
31
from
.image_to_image
import
ImageToImage
32
from
.document_to_document
import
DocumentToDocument
33
from
.
import
converters_constants
as
CONV_CONST
34
35
__all__ = [
36
"PILLOW_FORMAT_ALIASES"
,
37
"CONV_CONST"
,
38
"FontToFont"
,
39
"BytesToBase"
,
40
"VideoToVideo"
,
41
"AudioToAudio"
,
42
"ImageToImage"
,
43
"ArchiveToArchive"
,
44
"DocumentToDocument"
,
45
]
backend
src
libs
http_codes
converters
__init__.py
Generated on Wed Feb 18 2026 18:56:29 for Cat Feeder by
1.12.0