mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
6 lines
150 B
Python
6 lines
150 B
Python
|
|
"""Persistence layer: SQLAlchemy enums under ``enums/`` and models under ``models/``."""
|
||
|
|
|
||
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
__all__: list[str] = []
|