This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Import the Qarnot SDK | |
import qarnot | |
# Create a connection, from which all other objects will be derived | |
# Enter client token here | |
conn = qarnot.connection.Connection(client_token="<<<MY_SECRET_TOKEN>>>") | |
# Create the task |