Added a start script for the global manager
This commit is contained in:
parent
a9f7bcf438
commit
552a1efb03
7
start-global-manager.py
Executable file
7
start-global-manager.py
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
|
||||
import neat.globals.manager as manager
|
||||
|
||||
|
||||
manager.start()
|
Loading…
Reference in New Issue
Block a user