move files into a package structure

This commit is contained in:
2022-02-06 16:02:54 +01:00
parent 8bb4ca0563
commit 5428553a1e
28 changed files with 23 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ from line import Line
from PySide6.QtCore import Qt
from PySide6.QtGui import QBrush, QColor
from settings import Settings
from raven.settings.settings import Settings
class HighlightSelection(Highlight):