local_message_signer middleware for web3.py (#1713)
This commit is contained in:
committed by
F. Eugene Aumson
parent
fde9fc9dd4
commit
4f25ff6a50
@@ -0,0 +1,8 @@
|
||||
from distutils.dist import Distribution
|
||||
from typing import Any, List
|
||||
|
||||
def setup(**attrs: Any) -> Distribution: ...
|
||||
|
||||
class Command: ...
|
||||
|
||||
def find_packages(where: str) -> List[str]: ...
|
||||
@@ -0,0 +1,3 @@
|
||||
from setuptools import Command
|
||||
|
||||
class test(Command): ...
|
||||
Reference in New Issue
Block a user