mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-21 22:12:23 +02:00
12 lines
394 B
Python
12 lines
394 B
Python
"""
|
|
Created on 12 Apr 2013
|
|
|
|
@author: mike
|
|
"""
|
|
|
|
# Import the submodules we want people to be able to use without importing them themselves
|
|
# This will also avoid namespace issues, because people can use interfaces.layers to
|
|
# avoid clashing with the layers package
|
|
from volatility.framework.interfaces import configuration, context, layers, objects, \
|
|
plugins, renderers, symbols, automagic
|