mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
6 lines
126 B
Python
6 lines
126 B
Python
__author__ = 'mike'
|
|
|
|
import os.path
|
|
|
|
PLUGINS_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "plugins"))
|