7 lines
64 B
Python
7 lines
64 B
Python
from src import hello
|
|
|
|
|
|
if __name__ == "__main__":
|
|
hello()
|
|
|