Moved text.py and buntcheck.py into text/
This commit is contained in:
parent
614d97230e
commit
56a74ec420
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import random
|
import random
|
||||||
from wobbl_tools import buntcheck
|
from . import buntcheck
|
||||||
|
|
||||||
|
|
||||||
def format_string(
|
def format_string(
|
Loading…
Reference in a new issue