I have two python files.
classmethod1.py
import time class Method1: classVar = False def __init__(self): pass @classmethod de