Add entry point
- Renamed
core.py
tobetty.py
- @marius, do you think this is accurate? - Added
main
to thesetup.py
- Added a
main()
function and asys.exit()
at the end.
core.py
to betty.py
- @marius, do you think this is accurate?main
to the setup.py
main()
function and a sys.exit()
at the end.