Skip to content

Commit 4d0a957

Browse files
committed
samples dir changed to examples and fixed imports
1 parent 107c04b commit 4d0a957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/sample_advanced.py renamed to examples/sample_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from tokenfinderbot.tokenpoolbot import TokenBot
1+
from tokenfinderbot.tokenfinderbot import TokenBot
22

33
# bot instance
44
bot = TokenBot()

samples/sample_basic.py renamed to examples/sample_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from tokenfinderbot.tokenpoolbot import TokenBot
1+
from tokenfinderbot.tokenfinderbot import TokenBot
22

33
# bot instance
44
bot = TokenBot()

0 commit comments

Comments
 (0)