AirBnB_clone_repo
│
├── models
│ ├── __init__.py
│ ├── base_model.py
│ ├── user.py
│ ├── state.py
│ ├── city.py
│ ├── amenity.py
│ ├── place.py
│ ├── review.py
│ └── engine
│ ├── __init__.py
│ └── file_storage.py
│
├── tests
│ ├── __init__.py
│ ├── test_models
│ │ ├── __init__.py
│ │ ├── test_base_model.py
│ │ ├── test_user.py
│ │ ├── test_state.py
│ │ ├── test_city.py
│ │ ├── test_amenity.py
│ │ ├── test_place.py
│ │ ├── test_review.py
│ │ └── test_engine
│ │ ├── __init__.py
│ │ └── test_file_storage.py
│ └── test_console.py
│
└── console.py
-
Notifications
You must be signed in to change notification settings - Fork 1
ahmedbentabet/AirBnB_clone
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published