Move into package
This commit is contained in:
parent
6d47993aee
commit
eed616d72e
5 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
**/__pycache__/
|
2
re2oapi/__init__.py
Normal file
2
re2oapi/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
from re2oapi.api import Re2oAPI
|
||||
from re2oapi import exceptions
|
|
@ -1,8 +1,9 @@
|
|||
import requests
|
||||
from requests.exceptions import HTTPError
|
||||
import endpoints
|
||||
import datetime
|
||||
import exceptions
|
||||
|
||||
from re2oapi import endpoints
|
||||
from re2oapi import exceptions
|
||||
|
||||
TIME_FOR_RENEW = 60
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import exceptions
|
||||
from re2oapi import exceptions
|
||||
|
||||
urls = {
|
||||
'root': '/api/',
|
Loading…
Add table
Add a link
Reference in a new issue