mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-05 01:03:51 -04:00
merge plugantic and abx, all praise be to praise our glorious pluggy gods
This commit is contained in:
parent
4f42eb0313
commit
8d3f45b720
59 changed files with 870 additions and 1343 deletions
1
archivebox/abx/pydantic_pkgr/__init__.py
Normal file
1
archivebox/abx/pydantic_pkgr/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
__package__ = 'abx.pydantic_pkgr'
|
13
archivebox/abx/pydantic_pkgr/hookspec.py
Normal file
13
archivebox/abx/pydantic_pkgr/hookspec.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
from ..hookspec import hookspec
|
||||
|
||||
###########################################################################################
|
||||
|
||||
@hookspec
|
||||
def get_BINPROVIDERS():
|
||||
return {}
|
||||
|
||||
@hookspec
|
||||
def get_BINARIES():
|
||||
return {}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue