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