mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-13 03:40:31 +02:00
9 lines
215 B
Python
9 lines
215 B
Python
try:
|
|
import sqlalchemy
|
|
|
|
from .async_session import *
|
|
from .helpers import *
|
|
from .session import *
|
|
except ImportError:
|
|
print("SQLAlchemy not installed. Database functionality will be disabled.")
|