move files into a package structure

This commit is contained in:
2022-02-06 16:16:31 +01:00
parent b45a952213
commit 1e3782aaa4
23 changed files with 32 additions and 31 deletions

View File

@@ -0,0 +1,12 @@
from typing import Optional, List
from raven.ui.bigtext.line import Line
from raven.ui.bigtext.highlighted_range import HighlightedRange
class Highlight:
def __init__(self):
pass
def compute_highlight(self, line: Line) -> Optional[List[HighlightedRange]]:
return None