extend init with basic imports

pull/980/head
Joran Honig 6 years ago
parent faffe610aa
commit 27d2486c2e
  1. 4
      mythril/laser/ethereum/plugins/__init__.py

@ -18,3 +18,7 @@ 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.ethereum.plugins.plugin import LaserPlugin
from mythril.laser.ethereum.plugins.signals import PluginSignal
from mythril.laser.ethereum.plugins.plugin_factory import PluginFactory
from mythril.laser.ethereum.plugins.plugin_loader import LaserPluginLoader

Loading…
Cancel
Save