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