#!/usr/bin/python3 from . import ImportOptions from . import CopyType class Types: ImportOptions = ImportOptions CopyType = CopyType