I have another .py file where all functions are written, e.g.
def EqualToCheck(value, comparingValue, ExpectedVal:bool): if (value == comparingValue):