Skip to content
Snippets Groups Projects
Commit 891f69ea authored by nimrod's avatar nimrod
Browse files

Python code.

Just the package and a main function.
parent 4d97b31e
No related branches found
No related tags found
No related merge requests found
"""Sample Python project."""
__version__ = "0.0.1"
def main():
"""Main entrypoint"""
print("OK")
if __name__ == "__main__":
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment