evm-booking

EVM smart contract for ERC20 backed time slot booking
Info | Log | Files | Refs | README

__init__.py (66B)


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