mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 23:15:09 +00:00
Moved objects into their own place in a folder for readability
This commit is contained in:
parent
9a2889702b
commit
d5ba5bc58d
6 changed files with 93 additions and 73 deletions
|
@ -9,7 +9,6 @@ import re
|
|||
|
||||
from .exceptions import *
|
||||
from .objects import *
|
||||
from .objects import APIOBJECT
|
||||
from .urls import *
|
||||
|
||||
LINK_PARSING_RE = re.compile(r"<(\S+(\S))>; rel=\"(\S+)\"")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue