Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
from nml.nml import Morphology
#what we also need is an SWC class, Optimized morphology can then be passed this.
class OptimizedMorphology(Morphology):
def __init__(self):
super(OptimizedMorphology,self).__init__()
from nml.nml import Morphology
class OptimizedMorphology(Morphology):
super(OptimizedMorphology,self).__init__()