Separate the local recognition, web publishing, and shared data paths while preserving direct script execution and existing site content. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
232 B
Python
7 lines
232 B
Python
"""Shared package: hero table, relations, tags, HTTP helpers, path constants.
|
|
|
|
Used by both subprojects (pc/ and web/). Must never import from pc/ or web/.
|
|
Scripts in this package can be run directly: python shared/<script>.py
|
|
"""
|
|
|