| """A sample project, showcasing __main__.py and entry_points."""
|
|
|
| # This is the __init__.py file of my_project, and is the root of the package.
|
| # Put anything you want here, or even make it empty, but it MUST exist
|
| # for everything to work.
|
|
|
| # http://go.chriswarrick.com/entry_points
|