Refactor code structure for improved readability and maintainability

This commit is contained in:
MaddoScientisto 2026-02-09 23:46:11 +01:00
commit e078cada3b
11 changed files with 1640 additions and 1184 deletions

6
modules/__init__.py Normal file
View file

@ -0,0 +1,6 @@
"""
Twitch Archive Modules
Refactored components for the Twitch Archive system.
"""
__version__ = '2.0.0'