research-agent / main.py
schoginitoys's picture
Initial commit of Research Agent app
77df06c
raw
history blame contribute delete
81 Bytes
def main():
print("Hello from new!")
if __name__ == "__main__":
main()