eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.

Home Page:https://eth-brownie.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token class from brownie is not imported.

merronmuche opened this issue · comments

Environment information

  • brownie Version: 1.20.0
  • ganache-cli Version: x.x.x
  • solc Version: x.x.x
  • Python Version: 3.10.8
  • OS: linux ubuntu

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