This commit is contained in:
NikolajDanger
2022-09-05 15:26:45 +02:00
parent 5607a3975d
commit 56927a6b15
21 changed files with 8 additions and 1431 deletions

7
square.py Normal file
View File

@ -0,0 +1,7 @@
import robot
def main():
pass
if __name__ == "__main__":
main()