mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Restructure to enable use of modules for different components of pgAdmin.
This commit is contained in:
14
web/pgadmin/utils/__init__.py
Normal file
14
web/pgadmin/utils/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
##########################################################################
|
||||
#
|
||||
# pgAdmin 4 - PostgreSQL Tools
|
||||
#
|
||||
# Copyright (C) 2013 - 2014, The pgAdmin Development Team
|
||||
# This software is released under the PostgreSQL Licence
|
||||
#
|
||||
# utils/__init__.py - Initialise the module
|
||||
#
|
||||
##########################################################################
|
||||
|
||||
from flask import Module
|
||||
|
||||
module = Module(__name__, 'utils')
|
||||
Reference in New Issue
Block a user