source:
runmlx.py@
31:c9ed7a60bf3b
Last change on this file since 31:c9ed7a60bf3b was 29:5bcc0ef808c5, checked in by , 13 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | # Script to run the logger |
2 | |
3 | import os |
4 | |
5 | if __name__ == "__main__": |
6 | import mlx.mlx |
7 | mlx.mlx.main(os.path.dirname(__file__)) |
Note:
See TracBrowser
for help on using the repository browser.