resolved circular import issue
changed the import of get_config and get_config_path to local imports to resolve circular import issue.
This is a quick fix. In the future we need to think about refactoring the code into multiple modules, think about techniques like dependency injection and so on.
Closes #74