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