If I wish to have global constants that can be use...
# beginners-need-help
o
If I wish to have global constants that can be used in various nodes across multiple pipelines, where would be the most "Kedro" place to put them? I know of globals.yml and $constant_name but that seems reserved for other .yml files. Should I just create a constants.py file in the src folder of my project?