It contain only a python file.
I create a class name Bank and that contain two initial attributes name and balance means when we create an object of class than we have to give name(str) and balance(int). It have some methods credit,debit and show_balance.
I will continue work on it and add fronted UI with html and css for choose methods.