#!python

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

# osstrack.py ends here
