We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567540d commit e2f5f77Copy full SHA for e2f5f77
python-stdlib/abc/abc.py
@@ -1,2 +1,6 @@
1
+class ABC:
2
+ pass
3
+
4
5
def abstractmethod(f):
6
return f
0 commit comments