Skip to content

Instantly share code, notes, and snippets.

@apahim
Created December 6, 2017 15:26
Show Gist options
  • Save apahim/9c28e69f639d2cd91db1ee8d6b07ba9f to your computer and use it in GitHub Desktop.
Save apahim/9c28e69f639d2cd91db1ee8d6b07ba9f to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
class Storage(object):
def __init__(self, storage_name):
self.name = storage_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment