5 lines
71 B
Python
5 lines
71 B
Python
from bg_agent.agent import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|