mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 22:37:53 +10:00
fixes for docs generation
This commit is contained in:
0
archivebox/plugins_pkg/__init__.py
Normal file
0
archivebox/plugins_pkg/__init__.py
Normal file
@@ -1,4 +1,4 @@
|
||||
__package__ = 'plugins_pkg.npm'
|
||||
__package__ = 'archivebox.plugins_pkg.npm'
|
||||
|
||||
from pathlib import Path
|
||||
from typing import List, Optional
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
__package__ = 'archivebox.plugins_pkg.playwright'
|
||||
|
||||
import platform
|
||||
from pathlib import Path
|
||||
from typing import List, Optional, Dict, ClassVar
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
__package__ = 'archivebox.plugins_pkg.puppeteer'
|
||||
|
||||
import platform
|
||||
from pathlib import Path
|
||||
from typing import List, Optional, Dict, ClassVar
|
||||
|
||||
Reference in New Issue
Block a user