ridilculous
ridilculous
## Python Code Having ```python # fmt: off from os import chdir # fmt: on test = False import configargparse ``` or ```python # fmt: off from os import chdir...
Maybe this is already possible and i just don't know how to use it. Is there a way for a config file to include another config file, i.e. split and...
I have the fun task to generate a VBA api (not kidding). For this i tried to generate a typelib from C# which works fine except for all List containers...