summaryrefslogtreecommitdiff
path: root/src/personalization/evaluation/profiles/__init__.py
blob: 8532af960816f0b6ab8a742e7f1665b7478b1487 (plain)
1
2
3
4
5
from .generator import UserProfile, UserProfileGenerator

__all__ = ["UserProfile", "UserProfileGenerator"]