16 lines
1.0 KiB
Python
16 lines
1.0 KiB
Python
"""
|
|
©AngelaMos | 2026
|
|
__init__.py
|
|
|
|
██████╗ ██████╗ ██╗ ██╗████████╗ ██████╗ ██████╗ ██╗
|
|
██╔══██╗██╔════╝ ██║ ██║╚══██╔══╝██╔═══██╗██╔═══██╗██║
|
|
██████╔╝███████╗ ███████║ ██║ ██║ ██║██║ ██║██║
|
|
██╔══██╗██╔═══██╗╚════██║ ██║ ██║ ██║██║ ██║██║
|
|
██████╔╝╚██████╔╝ ██║ ██║ ╚██████╔╝╚██████╔╝███████╗
|
|
╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝
|
|
Multi-format encoder/decoder with recursive layer peeling
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|
|
__author__ = "CarterPerez-dev"
|