evm-tokenvote

Voting machine using ERC20 tokens as votes.
Log | Files | Refs | README

__init__.py (66B)


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