Skip to content
Snippets Groups Projects
config.py.tmpl 119 B
Newer Older
Frank Duncan's avatar
Frank Duncan committed
from torqueclient import Torque

torque = Torque(
    "<torque_url>"
    "<torque_username>"
    "<torque_api_key>"
)