cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Begin enveloping protorpc dependencies. #158

Closed inklesspen closed 6 years ago

inklesspen commented 6 years ago

Code can now import message_types, messages, and remote directly from the endpoints library, which gives us flexibility to change things.

Also, all import organization has been standardized using the isort utility for Python.