backup
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# core/paths.py
|
||||
|
||||
import os
|
||||
|
||||
def get_project_root():
|
||||
"""Devuelve la ruta donde está main.py."""
|
||||
return os.path.dirname(os.path.abspath(__file__ + "/.."))
|
||||
Reference in New Issue
Block a user