1
0
Fork 0
mirror of https://github.com/glatterf42/spectra_python_files.git synced 2024-09-18 14:43:45 +02:00
spectra_python_files/directories.py
2022-04-13 13:15:11 +02:00

15 lines
No EOL
324 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Mar 15 12:11:41 2022
@author: ben
"""
from pathlib import Path
spectra_basedir = Path("/home/ben/sims/spectra/")
monofonic_tests_basedir = Path("/home/ben/sims/swift/monofonic_tests/")
agora_test_basedir = Path('/home/ben/sims/swiftsim/examples/agora/')