start customTKinter frontend

This commit is contained in:
Lucas Mathews
2024-05-25 18:57:05 +02:00
parent fc1922f9c4
commit dffa6274d3
5 changed files with 43 additions and 0 deletions

View 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