Simple!
api = SchoolSoft(school, username, password, usertype (optional))
Currently pre-programmed calls are:
api.fetch_lunch_menu() # Gets the lunch menu and returns a list
api.fetch_schedule() # Gets the schedule and returns a list
However, you can access almost any page by experimenting with:
api.try_get(url) # Runs a login call, and returns URL entered in request format