swarmsim/swarmsim.nim

9 lines
268 B
Nim

# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
import ./swarmsim/engine/schedulableevent
import ./swarmsim/engine/eventdrivenengine
export schedulableevent
export eventdrivenengine