add init import to softwares models

This commit is contained in:
Andreas Zweili 2020-01-12 12:44:20 +01:00
parent 6a771f5b85
commit fd828c29a6
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
from .os import OperatingSystem
from .software import SoftwareArchitecture, SoftwareCategory, Software