Let me apologize in advance if this question has already been asked; it seems fairly basic, but I haven't been able to answer it for myself yet.
I'm writing a program that reads user profiles from a database and checks them against model profiles (stored in hashes) to see whether they were built correctly. Since the models are 20-30 lines each and there are about 40 of them, I was hoping to store them outside of the actual script that does the checking and import them at run-time, in order to keep things neat. What would be the best way to do this?