OpenDroneMap-WebODM/plugins/volume/plugin.py

9 wiersze
180 B
Python

from app.plugins import PluginBase
class Plugin(PluginBase):
def register(self):
print("I'm registering!!!")
def include_js_files(self):
return ['hello.js']