8 lines
74 B
Python
8 lines
74 B
Python
import robot
|
|
|
|
def main():
|
|
pass
|
|
|
|
if __name__ == "__main__":
|
|
main()
|