start customTKinter frontend
This commit is contained in:
8
application/connection.py
Normal file
8
application/connection.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user