Spaces:
Running
Running
File size: 275 Bytes
3bb804c | 1 2 3 4 5 6 7 8 9 | #!E:\DocsHouse\542 percep lab latest\PerceptionLab\PerceptionLab_Portable\python_embed\python.exe
# -*- coding: UTF-8 -*-
from __future__ import print_function, division, absolute_import
from numba.misc.numba_entry import main
if __name__ == "__main__":
main()
|