pi_portal.commands.bases.file_command

Pi Portal file command base class.

class pi_portal.commands.bases.file_command.FileCommandBase(file_name)[source]

A generic, invokable command.

Parameters:

file_name (str) – The path to a valid filename.

abstract invoke()

Invoke this command.

Return type:

None