-
-
Save griiid/a1f0a41be357d8996752001a0b5ab6d1 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
"""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