add tracker module, moularize tracking system

This commit is contained in:
Justus Kuhlmann 2025-12-04 10:47:53 +01:00
commit 3963b07c5f
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
6 changed files with 40 additions and 3 deletions

View file

@ -5,7 +5,8 @@ import json
import pandas as pd
import numpy as np
from .input.implementations import codes
from .tools import k2m, get_file
from .tools import k2m
from .tracker import get_file
# this will implement the search functionality