Initial Commit
This commit is contained in:
5
src/bpe_jigsaw/cli.py
Normal file
5
src/bpe_jigsaw/cli.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def main() -> None:
|
||||
print('TODO')
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user