diff options
author | chai <chaifix@163.com> | 2018-01-15 20:29:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-15 20:29:28 +0800 |
commit | 7cee0eefcdfc336de72d11a136a9cf33e15ff650 (patch) | |
tree | 97c934d1c8ae27c61d475f144a50a030c120926b | |
parent | ffb5f9d49a8fb0d18049035e99acb28018316240 (diff) |
-rw-r--r-- | .html-book.py.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | html-book.py | 10 |
3 files changed, 14 insertions, 0 deletions
diff --git a/.html-book.py.swp b/.html-book.py.swp Binary files differnew file mode 100644 index 0000000..4bb2eb0 --- /dev/null +++ b/.html-book.py.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..beabca5 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# html-book generator + + + diff --git a/html-book.py b/html-book.py index e69de29..099d76a 100644 --- a/html-book.py +++ b/html-book.py @@ -0,0 +1,10 @@ + +__author__ = "chai" + + + +def __main__(): + pass + +__main__() + |