7 lines
91 B
Python
7 lines
91 B
Python
def main():
|
|
print("Hello from ovpn-find-dup!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|