4 lines
90 B
Python
4 lines
90 B
Python
# Entry point placeholder
|
|
if __name__ == "__main__":
|
|
print("Run src/main.py instead")
|