freifunkMUC / unifi_respondd

GNU General Public License v3.0
12 stars 8 forks source link

Sketch out API via Abstract Base Class #31

Open rucarrol-goog opened 2 years ago

rucarrol-goog commented 2 years ago

The python base class of Abstract Base Class will be used to implement the API from #30, this ticket will implement the code.

We will also need to sketch out return types - most likely as dataclasses which will allow portability.