🙆♂️기본적인 코드 구조 from neuron import h, gui from neuron.units import ms, mV h.load_file('stdrun.hoc') class Cell: def __init__(self, gid, x, y, z, theta): self._gid = gid self._setup_morphology() self.all = self.soma.wholetree() self._setup_biophysics() self.x = self.y = self.z = 0 #