test 1 de la récupération de pp discord sur site web

This commit is contained in:
Aboubacar M'houmadi 2026-02-08 22:04:01 +01:00
parent 9d0bb77225
commit ee31269209
9 changed files with 591 additions and 0 deletions

9
src/api/__init__.py Normal file
View file

@ -0,0 +1,9 @@
"""
API module for Kuby Discord bot
Provides REST API endpoints for bot functionality
"""
from .app import APIManager
from .config import APIConfig, PARTNER_IDS
__all__ = ['APIManager', 'APIConfig', 'PARTNER_IDS']