File size: 236 Bytes
782c822 | 1 2 3 4 5 6 7 8 9 | #!C:\WoWserver\AI\Zimage_Dev\Z-Image\python_env\python.exe
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import
from numba.misc.numba_entry import main
if __name__ == "__main__":
main()
|