mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Restructure crawling and auth related modules
This commit is contained in:
@ -2,11 +2,9 @@ from typing import Dict, List, Optional
|
||||
|
||||
from rich.markup import escape
|
||||
|
||||
from .authenticator import Authenticator
|
||||
from .authenticators import AUTHENTICATORS
|
||||
from .auth import AUTHENTICATORS, Authenticator
|
||||
from .config import Config, ConfigOptionError
|
||||
from .crawler import Crawler, CrawlError
|
||||
from .crawlers import CRAWLERS
|
||||
from .crawl import CRAWLERS, Crawler, CrawlError
|
||||
from .logging import log
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user