python-sdbus / python-sdbus-networkmanager

python-sdbus binds for NetworkManager
GNU Lesser General Public License v2.1
30 stars 6 forks source link

To avoid circular imports, move the MixIn into a base module #18

Closed bernhardkaindl closed 2 years ago

bernhardkaindl commented 2 years ago

Hi, this has just the first step for generating the settings dataclasses into separate files:

I had an circular import error while trying this (even tho I used "from ... import ..."), so to be clean of that, move the MixIn into a base module. Ok for you?