4 lines
80 B
Python
4 lines
80 B
Python
|
"""Constants for myuplink tests."""
|
||
|
CLIENT_ID = "12345"
|
||
|
CLIENT_SECRET = "67890"
|