password-manager-mirror/scripts/builder/frontends/gamma_mobileBuilder.py

10 lines
195 B
Python

from frontendBuilder import FrontendBuilder
class Gamma_MobileBuilder(FrontendBuilder):
def name(self):
return "/gamma.mobile builder"
def copyStaticResources (self, targetFolder):
pass