Add init
This commit is contained in:
2
setup.py
2
setup.py
@@ -1,4 +1,4 @@
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='strafesnet',
|
||||
|
||||
1
strafesnet/__init__.py
Normal file
1
strafesnet/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from datastore_pb2 import datastore_pb2
|
||||
Reference in New Issue
Block a user