refactor: move effects_plugins to engine/effects/plugins
- Move effects_plugins/ to engine/effects/plugins/ - Update imports in engine/app.py - Update imports in all test files - Follows capability-based deps architecture Closes #27
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
Tests for BorderEffect.
|
||||
"""
|
||||
|
||||
|
||||
from effects_plugins.border import BorderEffect
|
||||
from engine.effects.plugins.border import BorderEffect
|
||||
from engine.effects.types import EffectContext
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user