()
| 6 | return os.path.abspath(os.path.join(os.getcwd(), *levels, path.strip())) |
| 7 | |
| 8 | def get_cache_file_path() -> str: |
| 9 | dr = os.path.abspath(os.path.join(os.path.dirname(__file__), 'botasaurus_storage.json')) |
| 10 | return dr |
| 11 | |
| 12 | class localStoragePyStorageException(Exception): |
| 13 | pass |