#!/usr/bin/env python3
'''Generate (or copy) configuration header'''
import os

os.system('cp config.h ..')

