-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove everything from main namespace
Instead, everything should be explicitly imported from its specific submodule.
- Loading branch information
Showing
5 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
from .version import version as __version__ | ||
from .rc import rc | ||
|
||
# --- nengo_extras namespace (API) | ||
from .convnet import Conv2d, Pool2d | ||
from .neurons import FastLIF, SoftLIFRate | ||
from . import ( | ||
camera, data, dists, graphviz, gui, networks, neurons, probe, vision) | ||
|
||
__copyright__ = "2015-2018, Applied Brain Research" | ||
__license__ = "Free for non-commercial use; see LICENSE.rst" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters