May I ask you to add the ability in param.py to load variables from a separate .txt file? like parameters.txt: ``` A=40 B=10 ``` par.cgx.fbd `pnt <A> <B> 10` `param.py par.cgx.fbd parameters.txt`