1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 15:31:22 +02:00

add legacy code warning to schema.py

This commit is contained in:
Nick Sweeting
2020-11-28 02:03:40 -05:00
parent 7fdea91311
commit 84507b68b5

View File

@@ -1,3 +1,11 @@
"""
WARNING: THIS FILE IS ALL LEGACY CODE TO BE REMOVED.
DO NOT ADD ANY NEW FEATURES TO THIS FILE, NEW CODE GOES HERE: core/models.py
"""
__package__ = 'archivebox.index'
from pathlib import Path