6 lines
98 B
Python
6 lines
98 B
Python
def main():
|
|
print("Hello from personal-finance-api!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|