diff --git a/main.py b/main.py index dd4486ca920797b47f006689d2ff03cfd696f8c8..9b37206a5fcff676531f7250724732d027a7642b 100644 --- a/main.py +++ b/main.py @@ -8,5 +8,8 @@ def main(): resp = requests.get('https://gitee.com/mktime') print(resp) +def test(): + print('Hello World!') + if __name__ == '__main__': main() \ No newline at end of file