mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
7 lines
141 B
Python
7 lines
141 B
Python
__package__ = 'archivebox'
|
|
|
|
from . import core
|
|
from . import cli
|
|
|
|
# The main CLI source code, is in 'archivebox/main.py'
|
|
from .main import *
|