This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pathlib | |
import ast | |
import inspect | |
import asttokens | |
import black | |
def ForeignKey( | |
to, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pathlib | |
import ast | |
import sys | |
import asttokens | |
import black | |
def walk(parent): | |
for path in parent.iterdir(): |