4 lines
60 B
Python
Executable file
4 lines
60 B
Python
Executable file
#!/usr/bin/env python3
|
|
from nyacme.hook import main
|
|
|
|
main()
|