py-libp2p/tests/interop/constants.py
mhchia 1b5d064a8d
Add utility functions for libp2p bindings
To prepare for pubsub interop test
2019-09-02 14:30:25 +08:00

3 lines
53 B
Python

LOCALHOST_IP = "127.0.0.1"
PEXPECT_NEW_LINE = "\r\n"