Files
faculty_project/PyQt-Plotter-Dialog/parser/constants.py

7 lines
68 B
Python

import numpy as np
CONSTANTS = {
"e": np.e,
"pi": np.pi,
}