Skip to content

Commit 0bf8af5

Browse files
fix: export ABI type (#73)
1 parent 80b97e4 commit 0bf8af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ape/types/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from .contract import Bytecode, Checksum, Compiler, ContractType, Source
1+
from .contract import ABI, Bytecode, Checksum, Compiler, ContractType, Source
22
from .manifest import PackageManifest, PackageMeta
33

44
__all__ = [
5+
"ABI",
56
"Bytecode",
67
"Checksum",
78
"Compiler",

0 commit comments

Comments
 (0)