9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtGui import QFont | 10 from PyQt6.QtGui import QFont |
11 from PyQt6.QtWidgets import QGraphicsSimpleTextItem, QStyle | 11 from PyQt6.QtWidgets import QGraphicsSimpleTextItem, QStyle |
12 | 12 |
13 from .UMLItem import UMLModel, UMLItem | 13 from .UMLItem import UMLItem, UMLModel |
14 | 14 |
15 | 15 |
16 class ModuleModel(UMLModel): | 16 class ModuleModel(UMLModel): |
17 """ | 17 """ |
18 Class implementing the module model. | 18 Class implementing the module model. |