Skip to content
Snippets Groups Projects
Commit 1fa78f19 authored by alapendr's avatar alapendr
Browse files

config_figures.py: initial commit

parent 98ceeaa7
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Description: Configuration class
"""
from pathlib import Path
class Config:
"""
A class containing every parameters used in the submodule figures_utils
"""
results = Path(__file__).parents[2] / "results"
db_file = results / 'chia_pet_database.db'
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