Is there anyway to access Swift classes or properties from Python script? I see lot of samples discussing about accessing python in swift modules.
I’m new to macOS world and studying cocoa programming and creating apps using it. The latest Xcode 10 and swift 4.2 talks about @dynamiclookup.
Anyway to access swift modules from Python. Any ideas?