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

8 lines
166 B
Python

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