From 9bd908ccb75d145a134e10b5320585e28703275d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Jan 2013 17:23:29 -0500 Subject: Initial commit --- scilo/__init__.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scilo/__init__.py (limited to 'scilo/__init__.py') diff --git a/scilo/__init__.py b/scilo/__init__.py new file mode 100644 index 0000000..deebb5b --- /dev/null +++ b/scilo/__init__.py @@ -0,0 +1,20 @@ +''' +scilo - A scientific workflow and efficiency library +Copyright (C) 2012 Joseph Hunkeler + +This file is part of scilo. + +scilo is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +scilo is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with scilo. If not, see . +''' +from scilo import scilo -- cgit