You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cli main file is __main__.py. This blocks the use of poetry run deathstar. Move __main__.py to main.py and explicitly specify it without a main function in pyproject.toml.