Coverage for backend / app / models.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-03-17 21:34 +0000

1"""Central model import registry""" 

2 

3# noinspection PyUnusedImports 

4from app.core.models import * 

5 

6# noinspection PyUnusedImports 

7from app.data_tables.models import * 

8 

9# noinspection PyUnusedImports 

10from app.job_email_scraping.models import * 

11 

12# noinspection PyUnusedImports 

13from app.job_rating.models import *