microbit/template.py
2021-03-21 07:36:34 +01:00

10 lines
86 B
Python

from microbit import *
def main():
pass
if __name__ == "__main__":
main()