4 lines
77 B
Python
4 lines
77 B
Python
from .mesh_plugin import MeshPlugin
|
|
|
|
plugin = MeshPlugin()
|
|
plugin.register()
|