kopia lustrzana https://github.com/micropython/micropython-lib
Merge ea9e1ee77b
into 6e24cffe95
commit
635347b49e
|
@ -1,2 +1,6 @@
|
|||
class ABC:
|
||||
pass
|
||||
|
||||
|
||||
def abstractmethod(f):
|
||||
return f
|
||||
|
|
Ładowanie…
Reference in New Issue