Updated python and markdown templates

This commit is contained in:
2024-02-08 14:48:11 -05:00
parent 3c06504075
commit 6d72737816
2 changed files with 0 additions and 8 deletions

View File

@@ -1,20 +1,14 @@
:insert :insert
#!/usr/bin/env python #!/usr/bin/env python
#=============================================================================== #===============================================================================
#
# FILE: # FILE:
#
# USAGE: # USAGE:
#
# DESCRIPTION: # DESCRIPTION:
#
# OPTIONS: # OPTIONS:
# REQUIREMENTS: # REQUIREMENTS:
# NOTES: # NOTES:
# AUTHOR: # AUTHOR:
# ORGANIZATION:
# CREATED: # CREATED:
# REVISION:
#=============================================================================== #===============================================================================
set -o nounset # Treat unset variables as an error set -o nounset # Treat unset variables as an error

View File

@@ -5,12 +5,10 @@
# FILE: # FILE:
# USAGE: # USAGE:
# DESCRIPTION: # DESCRIPTION:
# OPTIONS:
# REQUIREMENTS: # REQUIREMENTS:
# NOTES: # NOTES:
# AUTHOR: C Hawley # AUTHOR: C Hawley
# CREATED: # CREATED:
# REVISION:
# #
#=============================================================================== #===============================================================================