Added a start script for the global manager

This commit is contained in:
Anton Beloglazov 2012-10-02 14:30:24 +10:00
parent a9f7bcf438
commit 552a1efb03

7
start-global-manager.py Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/python
import neat.globals.manager as manager
manager.start()