8 lines
164 B
Python
8 lines
164 B
Python
# Import OpenClawPlugin from the current package
|
|
from .main import OpenClawPlugin
|
|
|
|
|
|
def get_plugin():
|
|
"""Return plugin instance."""
|
|
return OpenClawPlugin()
|