mirror of
https://github.com/Steffo99/io-beep-boop.git
synced 2025-02-16 17:13:57 +00:00
9 lines
131 B
Python
9 lines
131 B
Python
|
# If you are building an **application**, use this file to run code!
|
||
|
|
||
|
def main():
|
||
|
pass
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|