Files
TheGrapefruitsDuo/server/app/controllers/__init__.py
Lucas Jensen 5d67c0c2b2 initial commit
2024-05-01 09:19:01 -07:00

4 lines
77 B
Python

from app.controllers.controller import Controller
controller = Controller()