import ../model/config_type proc mountArchive*(nc: NorgConfig, repo: Repository): int = echo "Not Yet Implemented" discard proc unmountArchive*(nc: NorgConfig): int = echo "Not Yet Implemented" discard