1
Fork 0
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:
sudosnok 2022-03-27 13:04:00 +01:00
parent 9a2889702b
commit d5ba5bc58d
6 changed files with 93 additions and 73 deletions

View file

@ -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+)\"")