Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 260 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 260 Bytes

SIMPLIFY Your Python Code With The Facade Pattern

Making your code easier to use and understand is a good thing. The Facade Pattern helps you do that by hiding the complexity of your code behind a simple interface.

Running the Code

Just run main.py!