factorio-rcon-py
factorio-rcon-py copied to clipboard
additional fix regarding issue #7
As discussed here, for type checker in strict mode, imported symbols are considered private by default, except if they use redundant import alias (import A as A).
Since first issue is closed (and therefore no additional commit can be added) I open this one to suggest my modifications.