Browse Source

make MobileWebAuth available at top level

pull/41/head
Rossen Georgiev 9 years ago
parent
commit
63d6cb702c
  1. 2
      steam/__init__.py

2
steam/__init__.py

@ -6,7 +6,7 @@ version_info = (0, 8, 4)
from steam.steamid import SteamID
from steam.globalid import GlobalID
from steam.webapi import WebAPI
from steam.webauth import WebAuth
from steam.webauth import WebAuth, MobileWebAuth
# proxy object

Loading…
Cancel
Save