crytic_compile.platform.all_platforms

Module containing all the platforms

 1"""
 2Module containing all the platforms
 3"""
 4# pylint: disable=unused-import
 5from .archive import Archive
 6from .brownie import Brownie
 7from .buidler import Buidler
 8from .dapp import Dapp
 9from .embark import Embark
10from .etherlime import Etherlime
11from .etherscan import Etherscan
12from .hardhat import Hardhat
13from .solc import Solc
14from .solc_standard_json import SolcStandardJson
15from .standard import Standard
16from .truffle import Truffle
17from .vyper import VyperStandardJson
18from .waffle import Waffle
19from .foundry import Foundry