style issues
parent
125f57e297
commit
549372048c
|
@ -1,13 +1,12 @@
|
||||||
"""STIX 2.0 Cyber Observable Objects"""
|
"""STIX 2.0 Cyber Observable Objects"""
|
||||||
|
|
||||||
from .base import Observable, _STIXBase
|
from .base import _STIXBase, Observable
|
||||||
# from .properties import (BinaryProperty, BooleanProperty, DictionaryProperty,
|
# from .properties import (BinaryProperty, BooleanProperty, DictionaryProperty,
|
||||||
# HashesProperty, HexProperty, IDProperty,
|
# HashesProperty, HexProperty, IDProperty,
|
||||||
# IntegerProperty, ListProperty, ReferenceProperty,
|
# IntegerProperty, ListProperty, ReferenceProperty,
|
||||||
# StringProperty, TimestampProperty, TypeProperty)
|
# StringProperty, TimestampProperty, TypeProperty)
|
||||||
from .properties import BinaryProperty, HashesProperty, IntegerProperty, ObjectReferenceProperty, StringProperty, \
|
from .properties import BinaryProperty, BooleanProperty, DictionaryProperty, HashesProperty, HexProperty, \
|
||||||
TypeProperty, HexProperty, TimestampProperty, BooleanProperty, ListProperty, \
|
IntegerProperty, ListProperty, ObjectReferenceProperty, Property, StringProperty, TimestampProperty, TypeProperty
|
||||||
DictionaryProperty, Property
|
|
||||||
|
|
||||||
|
|
||||||
class Artifact(Observable):
|
class Artifact(Observable):
|
||||||
|
|
Loading…
Reference in New Issue