import_type_from_til

summary: load a type library from a file, and then a type from it

description:
The goal of this script is to demonstrate some usage of the type API.

In this script, we: * ask the user for a specific til to be lodaed * if successfully loaded ask the user for a type name to be imported. * append the type to the local types.

level: intermediate

Functions

main()

Module Contents

import_type_from_til.main()