#!/usr/bin/env python3

if __name__ == "__main__":
    print("This program is being run by itself")

# osstrack.py ends here
