10 lines
142 B
Python
10 lines
142 B
Python
|
|
#
|
||
|
|
# Documentation for SCA_IObject class
|
||
|
|
|
||
|
|
from CValue import *
|
||
|
|
class SCA_IObject(CValue):
|
||
|
|
"""
|
||
|
|
This class has no python functions
|
||
|
|
"""
|
||
|
|
pass
|