You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
240 B
13 lines
240 B
2 years ago
|
#!/usr/bin/python
|
||
|
#
|
||
|
# Morphology definitions for models.
|
||
|
#
|
||
|
# This file includes readers for
|
||
|
#
|
||
|
# Paul B. Manis, Ph.D. 2009 (August - November 2009)
|
||
|
#
|
||
|
from neuron import h
|
||
|
|
||
|
from .morphology import Morphology
|
||
|
from .hoc_reader import HocReader
|