#!/usr/bin/env python3

import os
import xml.etree.ElementTree as ET

print(ET.ElementTree, os.name)
