add tracker module, moularize tracking system
This commit is contained in:
parent
44ab402c6c
commit
3963b07c5f
6 changed files with 40 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue