mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-11 16:01:20 +00:00
5 lines
72 B
Python
5 lines
72 B
Python
from .user import UserFixtures
|
|
|
|
|
|
class Fixtures(UserFixtures):
|
|
pass
|