ubsuny / 23-Homework6G1

MIT License
2 stars 7 forks source link

rewriting import statement for convenience #70

Closed JustinJaniszewski closed 11 months ago

JustinJaniszewski commented 11 months ago

just changing from "import calculus" to "import calculus as calc". It can be cumbersome to write out "calculus" over and over. (i obviously changed the necessary functions below too so I wouldn't break anything)

WildJimmy commented 11 months ago

Good idea