Index page lists titles of art in the "art" table.
[zzz-floof.git] / floof / model / __init__.py
index e3f810d..d0f03b3 100644 (file)
@@ -6,6 +6,7 @@ from floof.model import meta
 
 # Tables are defined in separate files and imported to here
 from floof.model.users import *
+from floof.model.art import *
 
 def init_model(engine):
     """Call me before using any of the tables or classes in the model"""