expose plugin builder interface

pull/1353/head
Joran Honig 5 years ago
parent f47604a4c3
commit 0241b733b9
  1. 1
      mythril/laser/plugin/__init__.py

@ -19,3 +19,4 @@ For the implementation of plugins the following modules are of interest:
Which show the basic interfaces with which plugins are able to interact
"""
from mythril.laser.plugin.interface import LaserPlugin
from mythril.laser.plugin.builder import PluginBuilder

Loading…
Cancel
Save