added additional comments and decorators in base class

This commit is contained in:
seangreaves
2023-01-18 17:45:07 +00:00
parent 7d3cfd87d8
commit c898e94512
11 changed files with 396 additions and 274 deletions

View File

@@ -90,7 +90,7 @@
},
"outputs": [],
"source": [
"n = 3\n",
"n = 4\n",
"network = base.Network(company_id=company_id)\n",
"network.perform_hop(n)"
]
@@ -161,7 +161,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.10.4"
}
},
"nbformat": 4,