'''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 | |
'''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 | |