micropython-lib/python-stdlib/abc/abc.py

7 wiersze
58 B
Python

class ABC:
pass
def abstractmethod(f):
return f