fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

Refactor system into platform specific implementations #143

Open fusion44 opened 2 years ago

fusion44 commented 2 years ago

Currently there still is lots of code in https://github.com/fusion44/blitz_api/blob/main/app/repositories/system.py that should be in a RaspiBlitz specific implementation file. Refactor this code into its own file.