mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
Moved progress_tracker.py to utils/ as the single source of truth
Implemented proper singleton pattern in ProgressTracker class Created shared instance in utils/init.py Updated all files to use relative imports correctly Removed duplicate progress_tracker.py from processor/ Fixed circular imports by removing ProgressTracker from processor.py re-exports
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
from .processor import (
|
||||
VideoProcessor,
|
||||
REACTIONS,
|
||||
ProgressTracker,
|
||||
MessageHandler,
|
||||
QueueHandler
|
||||
)
|
||||
@@ -11,7 +10,6 @@ from .processor import (
|
||||
__all__ = [
|
||||
'VideoProcessor',
|
||||
'REACTIONS',
|
||||
'ProgressTracker',
|
||||
'MessageHandler',
|
||||
'QueueHandler'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user