first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from src.bank_client import BankClient
|
||||
|
||||
def main():
|
||||
print("Starting bank authentication process...")
|
||||
client = BankClient()
|
||||
client.authenticate()
|
||||
print("Authentication complete.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user