Cybersecurity-Projects/main.py

7 lines
100 B
Python

def main():
print("Hello from metadata-scrubber-tool!")
if __name__ == "__main__":
main()