microbit/template.py

10 lines
86 B
Python

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