Coverage for src/app/portal/__init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.6.10, created at 2025-02-06 22:26 -0500

1"""Flask Blueprint for user-interactive Web app. 

2 For the prototype, this is a bare-bones web app used only to upload 

3 the API spec. Other requirements like login may apply per instruction from 

4 our professor.""" 

5 

6from .bp_portal import create_blueprint