Skip to content

Commit

Permalink
expose some more bits of PyGeNN at module level
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Oct 26, 2021
1 parent 4ce31b1 commit 07e9840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygenn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Import pygenn interface
from .genn_groups import SynapseGroup, NeuronGroup, CurrentSource
from .genn_groups import SynapseGroup, NeuronGroup, CurrentSource, CustomUpdate
from .genn_model import GeNNModel

0 comments on commit 07e9840

Please sign in to comment.