1
0
Fork 0
mirror of synced 2024-09-30 00:56:17 +13:00
ArchiveBox/archivebox/__init__.py

8 lines
141 B
Python
Raw Normal View History

2019-04-17 15:18:42 +12:00
__package__ = 'archivebox'
from . import core
2019-04-28 09:26:24 +12:00
from . import cli
2020-06-26 13:30:29 +12:00
# The main CLI source code, is in 'archivebox/main.py'
2019-04-28 09:26:24 +12:00
from .main import *