From 810526502f57df0ee50dd885675a3b73d230736f Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 23 Oct 2022 15:48:09 -0400 Subject: [PATCH] Add init --- setup.py | 2 +- strafesnet/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 strafesnet/__init__.py diff --git a/setup.py b/setup.py index 31ff461..d868c76 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import setup +from setuptools import setup, find_packages setup( name='strafesnet', diff --git a/strafesnet/__init__.py b/strafesnet/__init__.py new file mode 100644 index 0000000..8a3c3e5 --- /dev/null +++ b/strafesnet/__init__.py @@ -0,0 +1 @@ +from datastore_pb2 import datastore_pb2 \ No newline at end of file