initial commit

This commit is contained in:
2026-03-17 09:14:27 +01:00
commit df81afe8d7
10 changed files with 1389 additions and 0 deletions

3
mlx_server/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
from mlx_server.main import main
main()