diff options
author | luxagraf <sng@luxagraf.net> | 2014-06-01 21:35:34 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-06-01 21:35:34 -0400 |
commit | 3510543d458bba12c98efac72db3afe2183d3a44 (patch) | |
tree | 3698e1411eb32c40e7982e7165313e4832b5d553 /app/projects/models/__init__.py | |
parent | f58a030a731a3cf3dad2ba16b0ca79c303243186 (diff) |
rough sketch of experiments app
Diffstat (limited to 'app/projects/models/__init__.py')
-rw-r--r-- | app/projects/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/projects/models/__init__.py b/app/projects/models/__init__.py index ca95ec7..3230ff4 100644 --- a/app/projects/models/__init__.py +++ b/app/projects/models/__init__.py @@ -1,5 +1,5 @@ from .base import Project from .fiveby import FiveBy from .natparks import NationalParks -from .code import Code, CodeBlogDemo, CodeBlogEntry from .gifs import AnimatedGif +from .self_experiments import Experiment |