add __main__.py to allow running with python -m also #1

Merged
Ravise merged 1 commits from whosit/misc-scripts:master into master 2023-07-27 15:04:19 +00:00
Contributor

Running with python post_office_jinja/__init__.py requires adding a current directory to PYTHONPATH, which is not default.
With this, you can do python -m post_office_jinja which is kinda more idiomatic.

Running with `python post_office_jinja/__init__.py` requires adding a current directory to `PYTHONPATH`, which is not default. With this, you can do `python -m post_office_jinja` which is kinda more idiomatic.
whosit added 1 commit 2023-07-27 14:24:04 +00:00
Ravise merged commit bf143e2c14 into master 2023-07-27 15:04:19 +00:00
Owner

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Ravise/misc-scripts#1
No description provided.