Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | # Author: Simon Blanke |
||
2 | # Email: [email protected] |
||
3 | # License: MIT License |
||
4 | |||
5 | import os |
||
6 | |||
7 | |||
8 | def ltm_data_path(): |
||
9 | current_path = os.path.realpath(__file__) |
||
10 | return current_path.rsplit("/", 1)[0] + "/ltm_data/" |
||
11 |