Bumping the library for version 0.2 for now and more adjustments
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# Declare top-level shortcuts
|
||||
from scrapling.fetcher import Fetcher
|
||||
from scrapling.parser import Adaptor, Adaptors
|
||||
from scrapling.custom_types import TextHandler, AttributesHandler
|
||||
|
||||
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
||||
__version__ = "0.1.2"
|
||||
__version__ = "0.2"
|
||||
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
||||
|
||||
|
||||
__all__ = ['Adaptor', 'Adaptors', 'TextHandler', 'AttributesHandler']
|
||||
__all__ = ['Adaptor', 'Adaptors', 'TextHandler', 'AttributesHandler', 'Fetcher']
|
||||
|
||||
Reference in New Issue
Block a user