defaultpy/main.py
2023-06-10 14:14:43 -04:00

7 lines
64 B
Python

from src import hello
if __name__ == "__main__":
hello()