Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 3cbfda5

Browse files
1 parent 7823707 commit 3cbfda5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
# Copyright (c) 2017-2014 Manuel Schneider
23

34
from builtins import pow
45
from math import *
@@ -12,6 +13,7 @@
1213
md_description = "Evaluate Python code"
1314
md_license = "BSD-3"
1415
md_url = "https://github.com/albertlauncher/python/tree/master/python_eval"
16+
md_authors = "@manuelschneid3r"
1517

1618

1719
class Plugin(PluginInstance, TriggerQueryHandler):

0 commit comments

Comments
 (0)