eth-owned

EIP-173 interface and tools for chainlib-eth
git clone git://holbrook.no/eth-owned.git
Log | Files | Refs

__init__.py (128B)


      1 from .base import TestOwned
      2 from .interface import TestInterface
      3 
      4 TestERC173 = TestInterface
      5 TestOwnedInterface = TestInterface