# Here's some puzzling behavior

# Mac OS X
# SQLA 0.9.9
# Python 2.7.9

rm /tmp/test.db


python main.py
#-> BluePart
python other.py
#-> FancyBluePart
python main.py
#-> FancyBluePart

rm /tmp/test.db
python main.py
#-> BluePart

