init
This commit is contained in:
14
src/main.py
Normal file
14
src/main.py
Normal file
@ -0,0 +1,14 @@
|
||||
import sys
|
||||
import help
|
||||
import PIL
|
||||
|
||||
def main():
|
||||
|
||||
if len(sys.argv) != 2:
|
||||
help.display(sys.argv[0])
|
||||
return
|
||||
|
||||
|
||||
|
||||
if (__name__ == "__main__"):
|
||||
main()
|
Reference in New Issue
Block a user