From 9b878945642b3946939d2d4100d3ac18f651745a Mon Sep 17 00:00:00 2001 From: nmsderp <130254323+nmsderp@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:13:37 -0500 Subject: [PATCH] testy --- setup.cfg | 2 +- snailpy/__init__.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0f0b193..8dac395 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = snailpy -version = 0.0.1 +version = 0.0.2 author = Nolan Simpson author_email = nmsderp@gmail.com description = Use the Snail IDE api in your python programs. diff --git a/snailpy/__init__.py b/snailpy/__init__.py index 4b6e1ae..8ae124d 100644 --- a/snailpy/__init__.py +++ b/snailpy/__init__.py @@ -1,3 +1,5 @@ # snailpy/__init__.py -from .snailpy import * \ No newline at end of file +from .snailpy import * + +print('You are using the Snail IDE API!') \ No newline at end of file