python: Implement main module
This commit implements the python main cli module. Currently it supports a preliminary set of command line options but should be able to successfully generate passwords.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
pysrc = files(
|
||||
'__init__.py',
|
||||
'__main__.py',
|
||||
'passgeny.py',
|
||||
'bhash.py',
|
||||
'phogen.py')
|
||||
|
||||
Reference in New Issue
Block a user