diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-06-16 14:56:14 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2024-06-16 14:56:14 -0400 |
commit | 65dea987ae4217606d0a682ec49128a7a2c18c25 (patch) | |
tree | 395b59397e0b3769c9f9955e6e53244754b26973 | |
parent | c7aadf89c80324d1ff1d47fcb80d2b47d03182c6 (diff) |
add new lines
-rw-r--r-- | .python-version | 2 | ||||
-rw-r--r-- | main.py | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.python-version b/.python-version index 98fccd6..cc1923a 100644 --- a/.python-version +++ b/.python-version | |||
@@ -1 +1 @@ | |||
3.8 \ No newline at end of file | 3.8 | ||
@@ -9,4 +9,5 @@ __all__= [ | |||
9 | ] | 9 | ] |
10 | 10 | ||
11 | def plugin_loaded(): | 11 | def plugin_loaded(): |
12 | print("Note tools have been loaded.") \ No newline at end of file | 12 | print("Note tools have been loaded.") |
13 | \ No newline at end of file | ||