a70ee58ae1
(#17032) It's been bothering me that we have a bunch of stub packages and such in a `scripts` directory.
7 lines
78 B
Python
7 lines
78 B
Python
def main():
|
|
print("Hello world!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|