add `pattern_visitor` to api reference

pull/1/head
Emmanuelle Vargas-Gonzalez 2020-07-01 10:19:08 -04:00
parent fb0207fda8
commit c3e5da4634
2 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@
exceptions
markings
parsing
pattern_visitor
patterns
properties
utils

View File

@ -1,3 +1,5 @@
"""STIX2 classes and methods to generate AST from patterns"""
import importlib
import inspect