Created
November 2, 2018 03:46
-
-
Save toluwajosh/ccfccad928bbd8faff7539eb753b3fda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Futures | |
from __future__ import unicode_literals | |
from __future__ import print_function | |
__author__ = "Joshua Owoyemi" | |
__brief__ = "A description of the script" | |
__copyright__ = "Copyright 2018, Project Name" | |
__credits__ = ["John Doe, Lara Croft"] | |
__license__ = "None" | |
__version__ = "0.1.0" | |
__date__ = "DD MM YYYY" | |
__maintainer__ = "Joshua Owoyemi" | |
__email__ = "[email protected]" | |
__status__ = "Dev" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment