eth-erc20

ERC20 interface and example giftable token contract
Info | Log | Files | Refs | LICENSE

__init__.py (66B)


      1 import os
      2 
      3 data_dir = os.path.realpath(os.path.dirname(__file__))