Skip to content
Snippets Groups Projects
Commit 936cd7cd authored by Marko Mecina's avatar Marko Mecina
Browse files

add starter for configuration editor in base dir

parent 77892b10
Branches
No related tags found
No related merge requests found
#!/usr/bin/env python3
import confignator
import sys
sys.path.append(confignator.get_option('paths', 'ccs'))
import ccs_function_lib as cfl
if __name__ == '__main__':
cfl.start_config_editor()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment