Skip to content

Commit e2f5f77

Browse files
committed
Add a stub for the abc.ABC class.
1 parent 567540d commit e2f5f77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python-stdlib/abc/abc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
class ABC:
2+
pass
3+
4+
15
def abstractmethod(f):
26
return f

0 commit comments

Comments
 (0)