mirror of
https://github.com/glatterf42/spectra_python_files.git
synced 2024-09-08 03:03:47 +02:00
15 lines
No EOL
324 B
Python
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/') |