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

@@ -2,7 +2,7 @@ import os
import tempfile
from typing import Optional
from int2intmap import Int2IntMap
from raven.util.int2intmap import Int2IntMap
class LineToLineMap: