Files
Steam-Panel-Simple/pysteamauth/auth/__init__.py
T
2026-04-17 22:22:40 +03:00

7 lines
54 B
Python

from .steam import Steam
__all__ = [
'Steam',
]