9 lines
143 B
Python
9 lines
143 B
Python
|
|
#
|
||
|
|
# Documentation for CValue class
|
||
|
|
from PyObjectPlus import *
|
||
|
|
class CValue(PyObjectPlus):
|
||
|
|
"""
|
||
|
|
This class has no python functions
|
||
|
|
"""
|
||
|
|
pass
|