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 /html-book.py | |
parent | ffb5f9d49a8fb0d18049035e99acb28018316240 (diff) |
Diffstat (limited to 'html-book.py')
-rw-r--r-- | html-book.py | 10 |
1 files changed, 10 insertions, 0 deletions
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__() + |