Metadata-Version: 2.2
Name: terminate
Version: 0.0.1
Summary: Different ways to exit program.
Author-email: Kor Shantanu Nitin <korshantanu@gmail.com>
Project-URL: Homepage, https://github.com/putterPatcher/deciml
Project-URL: Issues, https://github.com/putterPatcher/deciml/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

choose how to exit

r = "e": exit directly
  
  = "c": don't exit
	
  = "w": wait and exit

  = "a": ask to exit

retrn(r,e: error string)
