4 lines
77 B
Python
4 lines
77 B
Python
|
|
import os
|
||
|
|
|
||
|
|
os.environ["DEVPLACE_REMOTE_DB"] = "1"
|
||
|
|
import devplacepy.db_client
|