import { FrenchmanInitialSituation } from './frenchman-initial-situation';
import { Frenchman, FrenchEmploymentStatus } from './frenchman';
export { FrenchmanInitialSituation, Frenchman, FrenchEmploymentStatus };
