eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.65k stars 552 forks source link

Token class from brownie is not imported. #1740

Open merronmuche opened 9 months ago

merronmuche commented 9 months ago

Environment information

What was wrong?

when I try to import Token from brownie, I get the following. from brownie import Token Token is not available

How can it be fixed?

make Token avalable in brownie