tabletop-frog/ttfrog/webserver/controllers/__init__.py

4 lines
61 B
Python
Raw Normal View History

2024-01-28 14:31:50 -08:00
from .root import RootController
__ALL__ = [RootController]