From be8b011c9c4c44f8de99d5cf19ebd1dae5b7dfe9 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 12 Nov 2019 08:32:41 -0600 Subject: coloring --- shopdb/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'shopdb/__init__.py') diff --git a/shopdb/__init__.py b/shopdb/__init__.py index d2be0a7..bf39e5c 100644 --- a/shopdb/__init__.py +++ b/shopdb/__init__.py @@ -1 +1,11 @@ from ._base import * +from ._customer import * +from ._job import * +from ._staff import * +from ._status import * + +Base.metadata.create_all(engine) + +from ._associations import * + +Base.metadata.create_all(engine) -- cgit v1.2.3