5 lines
122 B
Python
5 lines
122 B
Python
#!/usr/bin/env python3
|
|
|
|
if __name__ == '__main__':
|
|
print("Please run this file using waf, not directly.")
|
|
exit(1)
|