Need this import

This commit is contained in:
Reid 'arrdem' McKenzie 2023-04-06 01:33:13 -06:00
parent b49408c6c4
commit 3a5f0cdef8

View file

@ -1,6 +1,6 @@
from os import path
from setuptools import setup
here = path.abspath(path.dirname(__file__))
with open(path.join(here, "README.md"), encoding="utf-8") as f: