Skip to content

Commit

Permalink
Upload __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwongess committed Jan 29, 2022
1 parent 6d72b5f commit 35fb7e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/python3
"""__init__ magic method for models directory"""
from models.engine.file_storage import FileStorage


storage = FileStorage()
storage.reload()

0 comments on commit 35fb7e2

Please sign in to comment.