mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-12 18:53:44 +00:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
#!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()
|