OpenDroneMap-WebODM/plugins/volume/plugin.py

5 wiersze
118 B
Python

from app.plugins import PluginBase
class Plugin(PluginBase):
def include_js_files(self):
return ['hello.js']