Spaces:
Running
Running
| """Domain models, types and constants shared by all Talentry modules.""" | |
| from talentry.core.models import ( | |
| Candidate, | |
| CareerEntry, | |
| EducationEntry, | |
| JobRequirements, | |
| RankedCandidate, | |
| ScoreBreakdown, | |
| Skill, | |
| ) | |
| __all__ = [ | |
| "Candidate", | |
| "CareerEntry", | |
| "EducationEntry", | |
| "JobRequirements", | |
| "RankedCandidate", | |
| "ScoreBreakdown", | |
| "Skill", | |
| ] | |