First commit

This commit is contained in:
gabspereira
2022-11-01 08:13:25 -03:00
parent 274e8cf7a4
commit 8a454c1014
143 changed files with 94693 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from helpers.sql_queries import SqlQueries
__all__ = [
'SqlQueries',
]