mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-04-28 16:14:35 +02:00
module 8 ex1 + ex2 WIP
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
MATRIX_MODE="" # "development" or "production"
|
||||
DATABASE_URL="" # Connection string for data storage
|
||||
API_KEY="" # Secret key for external services
|
||||
LOG_LEVEL="" # Logging verbosity
|
||||
ZION_ENDPOINT="" # URL for the resistance network
|
||||
@@ -0,0 +1 @@
|
||||
.env
|
||||
@@ -0,0 +1,9 @@
|
||||
from dotenv import load_dotenv
|
||||
|
||||
|
||||
def main() -> None:
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user