We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22fe931 + a306db1 commit 559e6c1Copy full SHA for 559e6c1
pymysqlreplication/util/__init__.py
@@ -0,0 +1 @@
1
+from .bytes import *
setup.py
@@ -50,6 +50,7 @@ def run(self):
50
"pymysqlreplication",
51
"pymysqlreplication.constants",
52
"pymysqlreplication.tests",
53
+ "pymysqlreplication.util",
54
],
55
cmdclass={"test": TestCommand},
56
install_requires=["pymysql>=1.1.0"],
0 commit comments