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()