change import statement
@ -1,7 +1,7 @@
import laser.ethereum.helper as helper
from mythril.ether.ethcontract import ETHContract
from mythril.ether.util import *
from mythril.exceptions import NoContractFoundError
from laser.ethereum import helper
class SourceMapping: