Issue : Missing shebang in `__init__.py`
Open
- Dominant language
- Python
- Stars
- 25
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The `__init__.py` file appears to be the main executable script for the package, yet it lacks a shebang line (`#!/usr/bin/env python3` or similar). This makes it less portable and harder to execute directly. Adding a shebang would allow the script to be executed directly from the command line.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.