deivit24 / python-steam-api

MIT License
25 stars 11 forks source link

Steam in __init__.py #1

Closed UseDevLess closed 1 year ago

UseDevLess commented 1 year ago

For some reason, I don't know why (It may only be in newer versions of python but), you cannot have the "steam" class in init.py, it just doesn't recognize it. For my project, I had to extract the code of the package because I just realized I was too stupid to just look here haha, but anyways I had to extract the code and then make a new file with the class in it just so the package would work. image inside steam.py: image inside init.py: image Please fix this so anyone else using this package doesn't get stuck on the first part of it.