mirror of
https://github.com/rommapp/grout.git
synced 2026-04-23 06:54:36 +00:00
7 lines
83 B
Python
7 lines
83 B
Python
def main():
|
|
print("Hello from grout!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|