fix import error
parent
ae5fb51564
commit
191b14a4bb
|
@ -8,7 +8,7 @@ from .observables import (URL, Artifact, AutonomousSystem, Directory,
|
||||||
DomainName, EmailAddress, EmailMessage, EmailMIMEComponent, File,
|
DomainName, EmailAddress, EmailMessage, EmailMIMEComponent, File,
|
||||||
IPv4Address, IPv6Address, MACAddress, Mutex,
|
IPv4Address, IPv6Address, MACAddress, Mutex,
|
||||||
NetworkTraffic, Process, Software, UserAccount,
|
NetworkTraffic, Process, Software, UserAccount,
|
||||||
WindowsRegistryKey, X509Certificate)
|
WindowsRegistryKey, WindowsRegistryValueType, X509Certificate)
|
||||||
from .other import (ExternalReference, GranularMarking, KillChainPhase,
|
from .other import (ExternalReference, GranularMarking, KillChainPhase,
|
||||||
MarkingDefinition, StatementMarking, TLPMarking)
|
MarkingDefinition, StatementMarking, TLPMarking)
|
||||||
from .sdo import (AttackPattern, Campaign, CourseOfAction, Identity, Indicator,
|
from .sdo import (AttackPattern, Campaign, CourseOfAction, Identity, Indicator,
|
||||||
|
|
Loading…
Reference in New Issue