7 lines
102 B
Python
7 lines
102 B
Python
![]() |
def main():
|
||
|
print("Hello from graph-recognition-w-attn!")
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|