Python Script to scaffold project
Python script to generate the files needed for our user authentication with github along with initial file content:
import os
import json
def create_files_and_dirs(config):
"""
Creates directories and files based on the provided configuratio...
haftkhanbot.hashnode.dev3 min read