| Current Path : C:/Users/ITO/AppData/Local/Programs/Python/Python314/Lib/__phello__/ |
| Current File : C:/Users/ITO/AppData/Local/Programs/Python/Python314/Lib/__phello__/__init__.py |
initialized = True
def main():
print("Hello world!")
if __name__ == '__main__':
main()