mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
add legacy code warning to schema.py
This commit is contained in:
parent
7fdea91311
commit
84507b68b5
1 changed files with 8 additions and 0 deletions
|
@ -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'
|
__package__ = 'archivebox.index'
|
||||||
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue