Skip to content

Commit 3879c1a

Browse files
Update README.md
1 parent 1ac0f24 commit 3879c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

08_Object_Oriented_Programming/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ class AWS(CloudProvider):
188188
class Azure(CloudProvider):
189189
def create_instance(self):
190190
print("☁️ Launching VM on Azure...")
191+
191192
# cp = CloudProvider() # ❌ Error
192193
aws = AWS()
193194
aws.create_instance()

0 commit comments

Comments
 (0)