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