make archive.py runnable as package and as module

This commit is contained in:
Nick Sweeting 2019-03-27 15:13:47 -04:00
parent dff830196f
commit 79b319a48c
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
__name__ = 'archivebox'
__package__ = 'archivebox'