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

6 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2025-12-12 18:53 +0000

1__all__ = [ 

2 "Base", 

3 "Product", 

4 "Transaction", 

5 "TransactionType", 

6 "User", 

7] 

8 

9from .Base import Base 

10from .Product import Product 

11from .Transaction import Transaction 

12from .TransactionType import TransactionType 

13from .User import User