We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8c81c commit a306db1Copy full SHA for a306db1
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