No abc library

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
oriyair1
Posts: 1
Joined: Sat Dec 29, 2018 2:37 pm

No abc library

Post by oriyair1 » Sat Dec 29, 2018 2:42 pm

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?

Post Reply