1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-10 19:40:04 +01:00
password-manager-mirror/scripts/builder/pythonBuilder.py

15 lines
220 B
Python
Raw Normal View History

#!/usr/bin/env python
# -*- coding: UTF-8 -*-
from backendBuilder import BackendBuilder
class PythonBuilder(BackendBuilder):
def name(self):
return "Python builder"
def relativePath(self):
return 'python'