diff options
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__() + |