7 lines
133 B
Python
7 lines
133 B
Python
def install():
|
|
from pecan.extensions import PecanExtensionImporter
|
|
PecanExtensionImporter().install()
|
|
|
|
install()
|
|
del install
|