UI
index
/home/flempriere/personal_projects/Languages/Python/BeginToCodeWithPython/03_UsefulPython/13_PythonAndGraphicalUserInterfaces/Exercises/03_GraphicalBankingApplication/UI/__init__.py

UI
 
Contains modules to implement the UI for a Banking Application
 
Modules
-------
ShellUI
    Module providing implementations for a shell-based UI
GUI
    Module providing implementations for a graphical user interface

 
Package Contents
       
GUI (package)
ShellUI (package)