Added syncapi, made presentation input into a class

This commit is contained in:
2025-03-13 22:51:08 +03:30
parent 74ff118612
commit 1334da35bb
3 changed files with 115 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='asyncron',
version='0.1.7',
version='0.1.8',
packages=find_packages(),
#include_package_data=True, # Include static files from MANIFEST.in
install_requires=[