OSPi/gv.py

5 lines
87 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."""
2013-10-10 14:37:54 -07:00
pass