Humanlearning's picture
first commit
df075f4
Raw
History Blame Contribute Delete
99 Bytes
def main():
print("Hello from teacher-student-agent!")
if __name__ == "__main__":
main()