Skip to content

Commit c1201d0

Browse files
Update proxy.py
1 parent 66bb05b commit c1201d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Structural/proxy.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# -----------------------------------------
1+
# ----------------------------------------------------------------------------
22
# Proxy Pattern
3-
# -----------------------------------------
3+
#------------------------------------------------------------------------------
4+
#Provide a surrogate or placeholder for another object to control access to it.
5+
# -----------------------------------------------------------------------------
6+
47
from abc import ABC, abstractmethod
58

69
# ------------------------

0 commit comments

Comments
 (0)