@ -0,0 +1,10 @@
import os
def get_app_class(template):
class App(template):
def F_main(self):
for file in os.listdir(self.argv[1]):
print(file)
self.exit()
return App
The note is not visible to the blocked user.