feat: project scaffolding with pyproject.toml and package structure
Made-with: Cursor
This commit is contained in:
3
src/cursor_flasher/__init__.py
Normal file
3
src/cursor_flasher/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Cursor Flasher — flash the Cursor window when the AI agent is waiting for input."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
4
src/cursor_flasher/__main__.py
Normal file
4
src/cursor_flasher/__main__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from cursor_flasher.cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user