[Emacs] Add import shortcuts for numpy and sqlalchemy

This commit is contained in:
Ivan Malison 2024-10-06 17:58:49 -06:00
parent 5eb3654d0c
commit 7dcc785da6
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: inp
# key: inp
# --
import numpy as np

View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: isa
# key: isa
# --
import sqlalchemy as sa