mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
61ce5521a8
- Move kjv.py and server files into kjvstudy package directory - Add package __init__.py with module imports - Move tests to tests/ directory with path configuration - Add .envrc to prevent Python bytecode generation - Update imports to use relative imports within package - Create global bible instance for reuse across modules
3 lines
39 B
Python
3 lines
39 B
Python
from . import kjv
|
|
from . import server
|