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