fishBook/fishbook/backend/__init__.py
2020-07-22 13:09:32 +02:00

3 lines
47 B
Python

from .database import *
__all__ = ['database']