diff --git a/src-py/commonvariables.py b/src-py/PublicVariables.py similarity index 95% rename from src-py/commonvariables.py rename to src-py/PublicVariables.py index 831d1c5..65a1819 100644 --- a/src-py/commonvariables.py +++ b/src-py/PublicVariables.py @@ -56,4 +56,4 @@ OP_assignment = {'='} OP_other = {'[', ']', '(', ')', '{', '}', ','} -OP_build_in_functions = {'ToString', 'ToInt', 'ToFloat', 'Length'} \ No newline at end of file +OP_build_in_functions = {'ToString', 'ToInt', 'ToFloat', 'Length'}