7 lines
96 B
Python
7 lines
96 B
Python
def main():
|
|
print("Hello from gtd-terminal-tools!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|