Datenstrukturen und Auswertung angepasst

This commit is contained in:
Markus Clauß
2023-03-17 14:54:19 +01:00
parent ecaf97bbb3
commit 471fa8dabf
42 changed files with 613 additions and 131 deletions

4
src/paveit/datamodels/__init__.py Normal file → Executable file
View File

@@ -1,7 +1,11 @@
from .citt import *
from .data import *
from .enumeration import *
from .infrastructure import *
from .material import *
from .metrics import *
from .project import *
from .sheartest import *
from .taskmanager import *
from .usermanagement import *
from .workpackage import *