first push

This commit is contained in:
deathbybandaid 2022-02-09 12:00:04 -05:00
parent e9a1e07bb9
commit 35813e292d
2 changed files with 13 additions and 0 deletions

View File

13
SpiceBot/__init__.py Normal file
View 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)