Skip to content

Commit a156dfa

Browse files
AWSWCommunityAWSWCommunity
authored andcommitted
Add init message to mod loader
1 parent 5453735 commit a156dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modloader/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import modinfo
55
import importlib
66

7+
print('AWSW Mod Loader Init')
8+
79
def get_mod_path():
810
"""Get the mod path
911

0 commit comments

Comments
 (0)