Files
test/source/gameengine/PyDoc/CValue.py

9 lines
143 B
Python
Raw Normal View History

#
# Documentation for CValue class
from PyObjectPlus import *
class CValue(PyObjectPlus):
"""
This class has no python functions
"""
pass