OSPi/gv.py

6 lines
88 B
Python
Raw Normal View History

2013-08-25 16:02:56 -07:00
#!/usr/bin/python
class gv:
"""An empty class for storing global vars."""
pass