6 lines
127 B
Python
6 lines
127 B
Python
#!/usr/bin/env python2.7
|
|
# -*- coding: utf-8 -*-
|
|
"""Python plugin initializator for
|
|
Bcfg2"""
|
|
|
|
from .PythonPlugin import Python
|