mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -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 *
|