cti-python-stix2/stix2/__init__.py

8 lines
108 B
Python
Raw Normal View History

2017-01-17 21:37:47 +01:00
import uuid
class Indicator:
def __init__(self):
self.id = "indicator--" + str(uuid.uuid4())