6 lines
84 B
Python
6 lines
84 B
Python
from app.core import config
|
|
|
|
if __name__ == "__main__":
|
|
print(config.BASE_DIR)
|
|
|