mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
6 lines
86 B
Python
6 lines
86 B
Python
__package__ = 'archivebox'
|
|
|
|
from . import core
|
|
from . import cli
|
|
|
|
from .main import *
|