mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-30 07:52:24 +03:00
8 lines
209 B
Python
8 lines
209 B
Python
|
#!/usr/bin/python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
# Author: İsmail BAŞARAN <ismail.basaran@tubitak.gov.tr> <basaran.ismaill@gmail.com>
|
||
|
|
||
|
|
||
|
def handle_policy(profile_data):
|
||
|
print("This is policy file - plugin 1")
|