aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/pyo3_template/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyo3_template/__main__.py')
-rw-r--r--src/pyo3_template/__main__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pyo3_template/__main__.py b/src/pyo3_template/__main__.py
deleted file mode 100644
index 0135c6d..0000000
--- a/src/pyo3_template/__main__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-from ._core import sum_as_string
-
-def main():
- print(sum_as_string(1, 2))
-
-
-if __name__ == "__main__":
- main() \ No newline at end of file