mirror of
https://github.com/ufrisk/MemProcFS-plugins.git
synced 2026-05-07 22:29:21 +08:00
9 lines
122 B
Python
9 lines
122 B
Python
from plugins.pym_regsecrets.pym_regsecrets import (
|
|
Initialize,
|
|
Notify,
|
|
)
|
|
|
|
__all__ = [
|
|
"Initialize",
|
|
"Notify",
|
|
] |