mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
small easter eggs
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# _ _ _ ____
|
||||
# / \ _ __ ___| |__ (_)_ _____| __ ) _____ __
|
||||
# / _ \ | '__/ __| '_ \| \ \ / / _ \ _ \ / _ \ \/ /
|
||||
# / ___ \| | | (__| | | | |\ V / __/ |_) | (_) > <
|
||||
# /_/ \_\_| \___|_| |_|_| \_/ \___|____/ \___/_/\_\
|
||||
|
||||
|
||||
__package__ = 'archivebox'
|
||||
|
||||
import archivebox # noqa
|
||||
import sys
|
||||
|
||||
from .cli import main
|
||||
|
||||
Reference in New Issue
Block a user