Files
2019-12-19 14:43:44 +01:00

9 lines
122 B
Python

from plugins.pym_regsecrets.pym_regsecrets import (
Initialize,
Notify,
)
__all__ = [
"Initialize",
"Notify",
]