Design Pattern Examples
Overview of object-oriented design patterns
__init__.py File Reference

Defines the main() function that starts everything by instantiating the Program class and calling Program.Run(). More...

Go to the source code of this file.

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 

Functions

def main ()
 Main entry point into this example program.
 

Detailed Description

Defines the main() function that starts everything by instantiating the Program class and calling Program.Run().

Definition in file __init__.py.