ubsicap / dbl-archive-data-storage

Portable data storage layer for DBL and related tools
MIT License
0 stars 0 forks source link

add __main__.py to project #15

Closed smorrison closed 5 years ago

smorrison commented 5 years ago

This is place-holder code for when we have time and a better sense of requirements.

main.py is a magic module in the sense that if it exists, it is used when the module is called as a script (i.e. python -m my_package). If/when we write a controlling script for the package, we should delegate to the main.py file.

This isn't meant to be the completion of this issue, just a milestone.