Files
2019-09-03 14:28:43 -04:00

9 lines
272 B
Python

def analyze(vw):
'''
Analysis module which processes entries in VaSet "EntryPoints" as Functions
This is a vital analysis module, only made into a module to allow for
control over when in the process it gets executed.
'''
vw.processEntryPoints()