átlagos kiegészítséek jó sok
This commit is contained in:
22
backend/app/models/gamification/__init__.py
Normal file
22
backend/app/models/gamification/__init__.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# gamification package exports
|
||||
from .gamification import (
|
||||
PointRule,
|
||||
LevelConfig,
|
||||
PointsLedger,
|
||||
UserStats,
|
||||
Badge,
|
||||
UserBadge,
|
||||
UserContribution,
|
||||
Season,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"PointRule",
|
||||
"LevelConfig",
|
||||
"PointsLedger",
|
||||
"UserStats",
|
||||
"Badge",
|
||||
"UserBadge",
|
||||
"UserContribution",
|
||||
"Season",
|
||||
]
|
||||
Reference in New Issue
Block a user