Import tensorflow

This commit is contained in:
2026-02-15 21:45:42 -08:00
parent f3e8b90764
commit c530630153
20524 changed files with 9017694 additions and 25 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/home/derek/Desktop/AI_Playground/WebServer/AIPython/python/bin/python3.11
import sys
from pygments.cmdline import main
if __name__ == '__main__':
sys.argv[0] = sys.argv[0].removesuffix('.exe')
sys.exit(main())