Skip to content

Instantly share code, notes, and snippets.

@griiid
Created March 19, 2021 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save griiid/a1f0a41be357d8996752001a0b5ab6d1 to your computer and use it in GitHub Desktop.
Save griiid/a1f0a41be357d8996752001a0b5ab6d1 to your computer and use it in GitHub Desktop.
"""This is the example module.
This module does stuff.
"""
from __future__ import barry_as_FLUFL
__all__ = ['a', 'b', 'c']
__version__ = '0.1'
__author__ = 'Cardinal Biggles'
import os
import sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment