MCPcopy Create free account
hub / github.com/geekcomputers/Python / Hotel-Management.py

File Hotel-Management.py

Hotel-Management.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def menu():
2 options = {
3 1: {"title": "Add new customer details", "method": lambda: add()},
4 2: {

Callers

nothing calls this directly

Calls 1

menuFunction · 0.85

Tested by

no test coverage detected