mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-10 23:10:04 +01:00
10 lines
195 B
Python
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
|