mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-14 20:30:31 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e16bd5cbc |
@@ -1,3 +1,8 @@
|
|||||||
from .async_session import * # noqa
|
try:
|
||||||
from .helpers import * # noqa
|
import sqlalchemy
|
||||||
from .session import * # noqa
|
|
||||||
|
from .async_session import *
|
||||||
|
from .helpers import *
|
||||||
|
from .session import *
|
||||||
|
except ImportError:
|
||||||
|
print("SQLAlchemy not installed. Database functionality will be disabled.")
|
||||||
|
|||||||
Reference in New Issue
Block a user