mirror of
https://github.com/cfultz/retroachievements-api-python.git
synced 2025-01-18 22:56:46 +01:00
15 lines
204 B
Python
15 lines
204 B
Python
"""
|
|
|
|
RetroAchievements API Client
|
|
---
|
|
|
|
Official Python API client for RetroAchievements
|
|
|
|
"""
|
|
|
|
__title__ = "retroachievements-api"
|
|
__authors__ = "drisc"
|
|
__version__ = "1.0.0"
|
|
|
|
from .client import RAClient
|