Skip to content

Commit 6c72383

Browse files
committed
update examples init
1 parent 3733584 commit 6c72383

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

rocketsled/examples/__init__.py

-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
from __future__ import unicode_literals, print_function, division
2-
31
"""
42
Examples for Rocketsled.
53
"""
64

75
__author__ = "Alexander Dunn"
8-
__version__ = "1.0"
96
__email__ = "[email protected]"
10-
11-
12-
__all__ = ("tasks.py",
13-
"auto.py",
14-
"basic.py",
15-
"batch.py",
16-
"categorical.py",
17-
"complex.py",
18-
"extras.py",
19-
"multi.py",
20-
"parallel.py",
21-
"tasks.py")

0 commit comments

Comments
 (0)