This is the offending python script, stored in file.py:
from kivymd.uix.tab import MDTabsBase
That's it. Nothing else.
When I run it using this command:
python file.py
A blank window opens shortly, then disappears.
I've read the kivymd.uix.tab source file, called tab.py, and can't see any code that's run outside of class definitions.
The version of kivymd I'm using is from the github master branch downloaded a few days ago.
I don't see why this blank window should even appear before I called App().run().
I'd appreciate your help.