Files
ns-3-dev/bindings/python/ns3/__init__.py
T

8 lines
82 B
Python

from _ns3 import *
import atexit
atexit.register(Simulator.Destroy)
del atexit