Updates
Updates on our activities and progress.
Most recent
Setup.py
Published on January 16, 2024 by MrProfessionalHacker
from setuptools import setup, find_packages import codecs import os here = os.path.abspath(os.path.dirname(__file__)) with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: long_description = "\n" + fh.read() VERSION = "...
Page of 1