add sarpy v1 venv

This commit is contained in:
Josh Creek
2023-11-28 21:22:12 +00:00
parent 149278d2c6
commit 5bdbf80f20
47 changed files with 5749 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!c:\users\jcreek\documents\github\sarpy\sarpy\scripts\python.exe
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import
from numba.misc.numba_entry import main
if __name__ == "__main__":
main()