You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set the initial state dynamically, like this: def __init__(self, state): self.current_state=state
but this will give the error "cant't set the attribute"