1
0
Fork 0
mirror of synced 2024-06-29 19:41:05 +12:00
ArchiveBox/archivebox/__init__.py

7 lines
86 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
from .main import *