11 lines
296 B
ObjectPascal
11 lines
296 B
ObjectPascal
|
|
## cd_alloy::config.pp
|
||
|
|
# Module name: cd_alloy
|
||
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||
|
|
# @summary Class manages module logic for the cd_alloy module.
|
||
|
|
##############################################################################
|
||
|
|
class cd_alloy::config (
|
||
|
|
|
||
|
|
) inherits cd_alloy::params {
|
||
|
|
|
||
|
|
}
|