eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Move API to its own file #18

Closed awdeorio closed 2 years ago

awdeorio commented 2 years ago

Right now both the API and CLI are in __main__.py(). Move the API (mapreduce()) to a separate file.