File size: 167 Bytes
ce41b9a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
'''Utility functions and variables used in other scripts'''

from pathlib import Path


root_dir = Path(__file__).parent.parent
model_dir = '' # TODO: Needs to be set