5 lines
74 B
Python
5 lines
74 B
Python
from core import BASE_DIR
|
|
|
|
if __name__ == "__main__":
|
|
print(BASE_DIR)
|