test 1 de la récupération de pp discord sur site web
This commit is contained in:
parent
9d0bb77225
commit
ee31269209
9 changed files with 591 additions and 0 deletions
9
src/api/__init__.py
Normal file
9
src/api/__init__.py
Normal 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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue