vilcans/screenplain

Module doesn't run without dunders around main.py

karlsaintlucy opened this issue · 3 comments

Hiya, I wasn't able to run screenplain as expected until I renamed main.py to __main__.py.

That does not sound right, and doesn't make sense. (__init__.py is a magic file name in Python, but __main__.py has no significance.) After installing Screenplain with pip install screenplain you should be able to just run the command screenplain to run it.

Can you attach the commands and all output?