mirror of
https://github.com/ufrisk/MemProcFS-plugins.git
synced 2026-05-13 09:42:37 +08:00
10 lines
127 B
Python
10 lines
127 B
Python
from plugins.pym_procstruct.pym_procstruct import (
|
|
Initialize,
|
|
Close,
|
|
)
|
|
|
|
__all__ = [
|
|
"Initialize",
|
|
"Close",
|
|
]
|