Haii,
im gonna split ADC into multiple modules starting in canary coming week, maybe even today, i will split them cuz i can more easily maintain my code and improve readability.
The planned structure will be this:
adc_archiver/
├── __init__.py
├── __main__.py
├── constants.py
├── ascii_art.py
├── crypto.py
├── compression.py
├── archive.py
└── ui.py