1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 16:01:20 +00:00
bramw_baserow/backend/tests/fixtures/__init__.py

5 lines
72 B
Python

from .user import UserFixtures
class Fixtures(UserFixtures):
pass