This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
from typing import Any, AsyncGenerator, Generator | |
from datetime import datetime | |
from alembic_utils.pg_trigger import PGTrigger | |
from alembic_utils.pg_function import PGFunction | |
from sqlalchemy import create_engine | |
from sqlalchemy import func | |
from sqlalchemy.orm import Mapped as T | |
from sqlalchemy.orm import mapped_column as column |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# location: ~/.config/hypr/hyprland.conf | |
# ####################################################################################### | |
# AUTOGENERATED HYPR CONFIG. | |
# PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, | |
# OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. | |
# ####################################################################################### | |
autogenerated = 0 # remove this line to remove the warning |
OlderNewer