common module¶ Top-level package for pc_mouseparty. common ¶ The common module contains common functions and classes used by the other modules. hello_world() ¶ Prints "Hello World!" to the console. Source code in pc_mouseparty/common/common.py def hello_world(): """Prints "Hello World!" to the console. """ print("Hello World!") Last update: 2023-08-10 Created: 2023-08-10