swarmsim/swarmsim.nim

9 lines
268 B
Nim
Raw Permalink Normal View History

# This is just an example to get you started. A typical binary package
# uses this file as the main entry point of the application.
2023-08-18 23:02:54 +00:00
import ./swarmsim/engine/schedulableevent
import ./swarmsim/engine/eventdrivenengine
export schedulableevent
export eventdrivenengine