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. | |
Defines the main() function that starts everything by instantiating the Program class and calling Program.Run().
Definition in file __init__.py.