mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2025-02-17 05:48:24 +00: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 *
|