Added a script for starting the local manager

This commit is contained in:
Anton Beloglazov 2012-10-01 15:56:34 +10:00
parent e0183924e4
commit 361485343a

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

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