network_inventory/softwares/models/__init__.py

3 lines
103 B
Python
Raw Normal View History

2020-01-12 12:44:20 +01:00
from .os import OperatingSystem
from .software import SoftwareArchitecture, SoftwareCategory, Software