This commit is contained in:
wassname
2025-10-02 22:16:41 +08:00
parent 1002829c7b
commit cbbc03f1a5
3 changed files with 0 additions and 22 deletions
-1
View File
@@ -1 +0,0 @@
# %%
-11
View File
@@ -1,11 +0,0 @@
# setup.py
from setuptools import find_packages, setup
setup(
name="my_package",
version="0.1",
packages=find_packages(),
install_requires=[
# List your package dependencies here
],
)
-10
View File
@@ -1,10 +0,0 @@
{
"cells": [],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 5
}