OpenDroneMap-WebODM/plugins/fullscreen/plugin.py

6 wiersze
121 B
Python
Czysty Zwykły widok Historia

2019-03-28 18:12:04 +00:00
from app.plugins import PluginBase
class Plugin(PluginBase):
def include_js_files(self):
return ['main.js']