eWaterCycle / remotebmi

BMI over openapi spec
http://www.ewatercycle.org/remotebmi/
Apache License 2.0
0 stars 1 forks source link

Shorter python import #31

Closed sverhoeven closed 2 days ago

sverhoeven commented 1 week ago

Now you have to do

from remotebmi.client.client import RemoteBmiClient

it would nice if this was shorter

from remotebmi import RemoteBmiClient

Same goes for the container clients and server main function (which might need to be renamed to more a library friendly name)

BSchilperoort commented 1 week ago

Yeah this would be much nicer! :+1:

BSchilperoort commented 2 days ago

Fixed this in #37, except for;

server main function (which might need to be renamed to more a library friendly name