Source code for cybox.objects.link_object

# Copyright (c) 2015, The MITRE Corporation. All rights reserved.
# See LICENSE.txt for complete terms.


import cybox
import cybox.bindings.link_object as link_binding
from cybox.objects.uri_object import URI
from cybox.common import ObjectProperties, String


Related Documentation