mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
5 lines
97 B
Python
5 lines
97 B
Python
def main():
|
|
print '{"foo":"bar","summary":"something here"}'
|
|
|
|
if __name__ == "__main__":
|
|
main() |