mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
9 lines
247 B
Python
Executable File
9 lines
247 B
Python
Executable File
#!/Users/mlg/Documents/A-project/AI/Agents/agenticSeek/agentic_env/bin/python
|
|
# -*- coding: UTF-8 -*-
|
|
from __future__ import print_function, division, absolute_import
|
|
|
|
from numba.misc.numba_entry import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|