Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
efb320eb05
commit
e078cada3b
11 changed files with 1640 additions and 1184 deletions
6
modules/__init__.py
Normal file
6
modules/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
Twitch Archive Modules
|
||||
Refactored components for the Twitch Archive system.
|
||||
"""
|
||||
|
||||
__version__ = '2.0.0'
|
||||
Loading…
Add table
Add a link
Reference in a new issue