add cli file, use click

This commit is contained in:
Phil Wang
2022-04-12 09:58:53 -07:00
parent f5e0aea140
commit b93ad8b7a2

4
dalle2_pytorch/cli.py Normal file
View File

@@ -0,0 +1,4 @@
import click
def main():
pass