Coverage for structured_tutorials / models / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2025-12-21 19:08 +0100

1# Copyright (c) 2025 Mathias Ertl 

2# Licensed under the MIT License. See LICENSE file for details. 

3 

4from structured_tutorials.models.parts import AlternativeModel, CommandsPartModel, FilePartModel, PromptModel 

5from structured_tutorials.models.tutorial import TutorialModel 

6 

7__all__ = [ 

8 "AlternativeModel", 

9 "AlternativeModel", 

10 "CommandsPartModel", 

11 "FilePartModel", 

12 "PromptModel", 

13 "TutorialModel", 

14]