mirror of
https://github.com/zebrajr/ArchiveBox.git
synced 2025-12-06 12:20:54 +01:00
7 lines
86 B
Python
7 lines
86 B
Python
__package__ = 'archivebox'
|
|
|
|
from . import core
|
|
from . import cli
|
|
|
|
from .main import *
|