diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-05 20:19:31 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 20:19:31 +0100 |
commit | 12590e2b89c50736386857fdc0f1c9a9219042a4 (patch) | |
tree | d343f9dbc192296af47f98aaef535b222a015ca3 | |
parent | 3a589fc6fa8bd5deab8af23f88ae71972b50c515 (diff) | |
download | mdhtml-12590e2b89c50736386857fdc0f1c9a9219042a4.tar.gz mdhtml-12590e2b89c50736386857fdc0f1c9a9219042a4.tar.bz2 mdhtml-12590e2b89c50736386857fdc0f1c9a9219042a4.zip |
+converter.py file
This will be the main file for conversions to occur, though the project
may grow out of this file.
-rw-r--r-- | converter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter.py b/converter.py new file mode 100644 index 0000000..e5a0d9b --- /dev/null +++ b/converter.py @@ -0,0 +1 @@ +#!/usr/bin/env python3 |