There are many modules in a folder named schema
schema
demo.py
demo1.py
xxx.py
my code here
import schema
for table in schema.__all__:
do someting about table.xxx
I want to cyclic operate each module in schema, but table variable above code is a string, how can use the module with this table variable.