Skip to content

Instantly share code, notes, and snippets.

@toluwajosh
Created November 2, 2018 03:46
Show Gist options
  • Save toluwajosh/ccfccad928bbd8faff7539eb753b3fda to your computer and use it in GitHub Desktop.
Save toluwajosh/ccfccad928bbd8faff7539eb753b3fda to your computer and use it in GitHub Desktop.
#!/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__ = "tjosh.owoyemi@gmail.com"
__status__ = "Dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment