Aluode/PerceptionLabPortable
0
1#!E:\DocsHouse\542 percep lab latest\PerceptionLab\PerceptionLab_Portable\python_embed\python.exe
2# -*- coding: UTF-8 -*-
3from __future__ import print_function, division, absolute_import
4
5from numba.misc.numba_entry import main
6
7if __name__ == "__main__":
8 main()
9 