We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cf389 commit 8cf5bccCopy full SHA for 8cf5bcc
Behavioral/state.py
@@ -1,3 +1,8 @@
1
+# ------------------------------
2
+# State Design Pattern
3
4
+# Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.
5
+
6
from abc import ABC, abstractmethod
7
8
class State(ABC):
0 commit comments