first push
This commit is contained in:
parent
e9a1e07bb9
commit
35813e292d
0
SpiceBot/SpiceBotCore/__init__.py
Normal file
0
SpiceBot/SpiceBotCore/__init__.py
Normal file
13
SpiceBot/__init__.py
Normal file
13
SpiceBot/__init__.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# coding=utf8
|
||||||
|
"""SpiceBotSERV
|
||||||
|
A Niche Wrapper around Sopel
|
||||||
|
"""
|
||||||
|
from __future__ import unicode_literals, absolute_import, division, print_function
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
import pathlib
|
||||||
|
|
||||||
|
SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
print(SCRIPT_DIR)
|
||||||
Loading…
Reference in New Issue
Block a user