mirror of
https://github.com/WGDashboard/WGDashboard-PRW.git
synced 2026-08-04 06:52:58 +00:00
feat: init setup reading ini config
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/env python3
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/env python3
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
#!/bin/env python3
|
||||
|
||||
class db_setup():
|
||||
'''
|
||||
This class functions as a collection of function to prepare a connection to a database.
|
||||
'''
|
||||
|
||||
def compile_connection_string() -> string:
|
||||
return "The Connection string"
|
||||
Reference in New Issue
Block a user