mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
5 lines
70 B
Python
5 lines
70 B
Python
|
import builtins
|
||
|
builtins.SERVER_MODE = True
|
||
|
|
||
|
from pgAdmin4 import app
|