restructuring libs to be a bit more sane in terms of schema and so that we can split between aws and gcp
This commit is contained in:
@@ -16,7 +16,7 @@ import pprint
|
||||
import sys
|
||||
|
||||
|
||||
from libs.sql import *
|
||||
from libs.aws.sql import *
|
||||
|
||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||
|
||||
@@ -10,7 +10,7 @@ import pprint
|
||||
import sys
|
||||
import time
|
||||
|
||||
from libs.sql import *
|
||||
from libs.aws.sql import *
|
||||
|
||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
||||
|
||||
Reference in New Issue
Block a user