Compare commits

...

2 Commits

Author SHA1 Message Date
轩辕龙儿
388201792d NP1 Hello World! 2022-10-25 13:08:45 +08:00
轩辕龙儿
4640a11392 创建NP包 2022-10-25 13:08:13 +08:00
3 changed files with 19 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
/.idea/*

6
NP/NP1.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP1.py
s = "Hello World!"
print(s)

4
NP/__init__.py Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file __init__.py.py