6 lines
77 B
Python
Executable File
6 lines
77 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import fake_external
|
|
|
|
fake_external.execute(__file__)
|