Closed sverhoeven closed 2 days 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)
Yeah this would be much nicer! :+1:
Fixed this in #37, except for;
server main function (which might need to be renamed to more a library friendly name
Now you have to do
it would nice if this was shorter
Same goes for the container clients and server main function (which might need to be renamed to more a library friendly name)