Files
ImageUtils/.CondaPkg/env/Lib/__phello__/spam.py
2023-04-02 10:04:46 +07:00

8 lines
97 B
Python

initialized = True
def main():
print("Hello world!")
if __name__ == '__main__':
main()