mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:32:01 +02:00
14 lines
434 B
Python
14 lines
434 B
Python
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import (
|
|
mgmtsystem_hazard_type,
|
|
mgmtsystem_hazard_origin,
|
|
mgmtsystem_hazard_hazard,
|
|
mgmtsystem_hazard_probability,
|
|
mgmtsystem_hazard_severity,
|
|
mgmtsystem_hazard_usage,
|
|
mgmtsystem_hazard_control_measure,
|
|
mgmtsystem_hazard_test,
|
|
mgmtsystem_hazard,
|
|
)
|