diff --git a/aula206/main.py b/aula206/main.py new file mode 100644 index 0000000..a14eb3f --- /dev/null +++ b/aula206/main.py @@ -0,0 +1,4 @@ +# PyMySQL - um cliente MySQL feito em Python Puro +# Doc: https://pymysql.readthedocs.io/en/latest/ +# Pypy: https://pypi.org/project/pymysql/ +# GitHub: https://github.com/PyMySQL/PyMySQL