8 lines
109 B
Python
Executable file
8 lines
109 B
Python
Executable file
#! /usr/bin/env python3
|
|
|
|
"""Entry point."""
|
|
|
|
import pidd
|
|
|
|
if __name__ == "__main__":
|
|
pidd.main(__file__)
|