#!/usr/bin/env python3
import hswro
from os import environ
hswro.logout()
hswro.header()
print("`cYou have been logged out.")
hswro.footer()