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

Data
 
Contains modules to implement the data management for a Bank Account Management System
 
Modules
-------
Account
    Module providing implementations for representing a bank account
AccountFactory
    Module providing implementations for authorising and constructing accounts
AccountSystem
    Module providing implementations for handling collections of accounts making up a system

 
Package Contents
       
Account
AccountFactory
AccountSystem