mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-23 13:34:19 +00:00
6 lines
113 B
Python
6 lines
113 B
Python
|
from .tables import *
|
||
|
from .base import Base
|
||
|
|
||
|
"""
|
||
|
This module imports all the tables and the declarative base
|
||
|
"""
|