1
Fork 0
mirror of https://github.com/Steffo99/io-beep-boop.git synced 2024-11-22 00:14:18 +00:00
io-beep-boop/PACKAGE_NAME/__main__.py
2022-04-27 17:52:13 +02:00

8 lines
131 B
Python

# If you are building an **application**, use this file to run code!
def main():
pass
if __name__ == "__main__":
main()