Page 1 of 1

No abc library

Posted: Sat Dec 29, 2018 2:42 pm
by oriyair1
Hello,
I have interfaces in my code design. Therefore, I am using the ABCMeta metaclass and the @abstractmethod decorator from the abc module. The problem is that there is no abc library for micropython. Is there any alternative or would you suggest to just override unimplemented methods of a regular class?