| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
💻 Project Code Tree Structure
├───.idea
│ └───inspectionProfiles
├───.venv
│ ├───Lib
│ │ └───site-packages
│ │ ├───pip
│ │ ├───_internal
│ │ │
│ │ └───_vendor
│ │
│ └───Scripts
├───data_structures
│ ├───__init__.py
│ └─── circular_doubly_linked_list.py
│
├───models
│ ├───__init__.py
│ ├─── auction_item.py
│ └─── node.py
├───services
│ ├───__init__.py
│ └─── auction_system.py
└───ui
├───__init__.py
└─── user_interface.py
✨LinkedList
| Back | FazBrowse Home | New Git URL |