1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-05 18:14:30 +00:00
Files
autopsy/Core/release/InternalPythonModules/android/general.py
2016-12-13 10:18:17 -05:00

10 lines
252 B
Python
Executable File

MODULE_NAME = "Android Analyzer Python"
"""
A parent class of the analyzers
"""
class AndroidComponentAnalyzer:
# The Analyzer should implement this method
def analyze(self, dataSource, fileManager, context):
raise NotImplementedError