feat(console): scaffold project structure and config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
console/__main__.py
Normal file
7
console/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Allow running the package with: python -m console
|
||||
"""
|
||||
|
||||
from console.main import main
|
||||
|
||||
main()
|
||||
Reference in New Issue
Block a user