<div dir="ltr">I'm inspired by TypeScript.<div><br></div><div>TypeScript allows people to add <b>*.d.ts* </b>to annotate ECMAScript's type. So this can expand the TypeScript's scenes to be used。</div><div><br></div><div>So I think can we add an optional mechanism to allow people add the extra file to annotate the existing code.</div><div><br></div><div>Type Annotation can be used after Python 3.5. but many lib/framework has to be compatible for the Python 3.0-3.4, they can't use annotation.</div><div><br></div><div>If we have this mechanism, the lib/framework can continue to focus on the function, and the third group can add the extra type annotation for lib/framework</div><div><br></div><div>I think it should be OK</div><div><br></div></div>