7.1 #import and #from

The template:

#import math

This construct does not produce any output.

The generated module, at the bottom of the import section:

import math