wag-services-and-backend-la.../BankServices/SeperatorService/app.py

10 lines
168 B
Python

def main():
print("Hello from seperatorservice!")
# todo Separates account records to decision book and and other details
if __name__ == "__main__":
main()