This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from masonite.request import Request | |
from config.database import DB | |
from app.util import TableSchema | |
from app.util.ServerSideTable import ServerSideTable | |
class ClientController: | |
"""ClientController | |
""" | |
def listClients(self, request: Request): |