pyUSIrest.settings   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 12
rs 10
c 0
b 0
f 0
wmc 0
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
"""
4
Created on Mon Nov 18 11:47:42 2019
5
6
@author: Paolo Cozzi <[email protected]>
7
"""
8
9
# define endpoints variables
10
AUTH_URL = "https://explore.api.aai.ebi.ac.uk"
11
ROOT_URL = "https://submission-test.ebi.ac.uk"
12