Skip to content
Snippets Groups Projects
Verified Commit 8fae50d5 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

modular approach

parent de19879f
No related branches found
No related tags found
No related merge requests found
from generator.library import *
from generator import core, save
# walk through the folders with all the cards
index, whitelist = core(["internal", "external"])
ind, wl = core.core(["internal", "external"])
save_index(index, "cards.md")
save_whitelist(whitelist, ".ci/whitelist.txt")
\ No newline at end of file
save.save_index(ind, "cards.md")
save.save_whitelist(wl, ".ci/whitelist.txt")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment