8 lines
330 B
Plaintext
8 lines
330 B
Plaintext
|
|
# Main entry point for provisioning KCL module
|
||
|
|
# This file exports all the schemas and configurations needed for provisioning
|
||
|
|
|
||
|
|
# Import core schemas from settings.k which contains the main Settings schema
|
||
|
|
import .settings as provisioning_settings
|
||
|
|
|
||
|
|
# Re-export the Settings schema directly
|
||
|
|
Settings = provisioning_settings.Settings
|