feat(console): scaffold project structure and config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 01:29:54 +00:00
parent 140117a8e5
commit 7cf3ddc758
9 changed files with 111 additions and 0 deletions

7
console/__main__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
Allow running the package with: python -m console
"""
from console.main import main
main()