Files
s2p_banking_system/application/connection.py
2024-05-25 18:57:05 +02:00

8 lines
229 B
Python

# Lucas Mathews - Fontys Student ID: 5023572
# Banking System App Connection file
import requests
from config import CONFIG
def get_connection():
return requests.get(CONFIG["api"]["url"]) # Returns the connection to the API