mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
5 lines
106 B
Python
5 lines
106 B
Python
__package__ = 'archivebox'
|
|
from .config import setup_django, OUTPUT_DIR
|
|
|
|
print(OUTPUT_DIR)
|
|
setup_django()
|