mirror of
https://github.com/logos-storage/swarmsim.git
synced 2026-01-02 13:53:07 +00:00
9 lines
268 B
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
|