Skip to content
Snippets Groups Projects
Commit 05cd5a41 authored by ph's avatar ph
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
def main(argv=None):
pass
if __name__=="__main__":
main(sys.argv)
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