mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 10:55:44 +10:00
7 lines
86 B
Python
7 lines
86 B
Python
__package__ = 'archivebox'
|
|
|
|
from . import core
|
|
from . import cli
|
|
|
|
from .main import *
|