7 lines
89 B
Python
7 lines
89 B
Python
def main():
|
|
print("Hello from my-data-gov!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|