Initial commit: Masina-Dock Vehicle Management System
This commit is contained in:
commit
ae923e2c41
4999 changed files with 1607266 additions and 0 deletions
8
AppDir/usr/bin/f2py
Executable file
8
AppDir/usr/bin/f2py
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/home/iulian/masina-dock/AppDir/usr/bin/python3.12
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from numpy.f2py.f2py2e import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue