zacKolton / COMP4560-deferred-exam-project

GNU General Public License v3.0
0 stars 0 forks source link

Initial Edits - Zac #5

Closed zacKolton closed 7 months ago

zacKolton commented 7 months ago

Updates code structure to:

COMP4560-DEFERRED-EXAM-PROJECT/
├── .github/
│   └── workflows/
│       └── codeql.yml
├── app_logic/
│   ├── __init__.py
│   └── app.py
├── tests/
│   └── user_interface/
│       ├── __init__.py
│       └── ui_tests.py
├── user_interface/
│   ├── __init__.py
│   └── UI.py
├── .gitignore
├── LICENSE
├── main.py
├── README.md
└── test.py
zacKolton commented 7 months ago

merging

zacKolton commented 5 months ago

Integration and Testing