Closed zhengyao-lin closed 5 years ago
hmm I think that will break the imports. Also if this is going to be installed as a package the package name should probably start with broadway
Oh so this is supposed to be installed as a package... so then what would the usage look like for the grader and the API?
Ah no not necessarily I was just saying it seem to make more sense to keep the full name of the package. The usage looks like python3 -m broadway.api
and python3 -m broadway.grader
Gotcha. cc @nmagerko what do you think.
I think having them under a broadway
dir is fine
Proposed merge for https://github.com/illinois-cs241/broadway-api/issues/75
I used code from these two branches(top of the
config
branches in both repos)not sure if this project structure is the best practice 🤔