mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 17:18:29 -06:00
8 lines
97 B
Python
8 lines
97 B
Python
initialized = True
|
|
|
|
def main():
|
|
print("Hello world!")
|
|
|
|
if __name__ == '__main__':
|
|
main()
|