mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 21:24:16 -04:00
move main into cli init and remove circular import layer
This commit is contained in:
parent
3ec97e5528
commit
322be6b292
5 changed files with 61 additions and 83 deletions
|
@ -1,7 +1 @@
|
|||
__package__ = 'archivebox'
|
||||
|
||||
from . import core
|
||||
from . import cli
|
||||
|
||||
# The main CLI source code, is in 'archivebox/main.py'
|
||||
from .main import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue