defaultpy/main.py

7 lines
64 B
Python

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