IAP GITLAB

Skip to content
Snippets Groups Projects
Commit efd47acb authored by Marcel Köpke's avatar Marcel Köpke
Browse files

new pathfinder for analysis

parent b5ad0440
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ import os
import lazy_import
if "lazy_import" in os.environ:
lazy_import.lazy_module("src.reports.figures")
lazy_import.lazy_module("src.reports.analysis")
from . import figures
from . import analysis
from .path import get_path
import os
from .. import get_path as get_parent_path
def get_path():
return os.path.join(get_parent_path(), "analysis")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment